From 51d6aa1351ef872d7ec878a4d52cc1b232b04f5a Mon Sep 17 00:00:00 2001 From: Karen Carias Date: Thu, 21 May 2015 22:48:20 +0000 Subject: [PATCH] Added info about active users --- doc/api/users.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/api/users.md b/doc/api/users.md index cd141daadc..f0293bab5e 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -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