Commit 51d6aa13 authored by Karen Carias's avatar Karen Carias

Added info about active users

parent 4e54a7e5
......@@ -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.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment