mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 04:56:16 +10:00
Merge branch 'define_users' into 'master'
Added info about active users Added a small definition for users in EE, based on Tweet https://twitter.com/SeanSith/status/595386784760082432 See merge request !403
This commit is contained in:
+3
-1
@@ -2,6 +2,8 @@
|
||||
|
||||
## List users
|
||||
|
||||
Active users = Total accounts - Blocked users
|
||||
|
||||
Get a list of users.
|
||||
|
||||
This function takes pagination parameters `page` and `per_page` to restrict the list of users.
|
||||
@@ -393,4 +395,4 @@ Parameters:
|
||||
- `uid` (required) - id of specified user
|
||||
- `id` (required) - SSH key ID
|
||||
|
||||
Will return `200 OK` on success, or `404 Not found` if either user or key cannot be found.
|
||||
Will return `200 OK` on success, or `404 Not found` if either user or key cannot be found.
|
||||
Reference in New Issue
Block a user