Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-16 10:26:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-16 10:26:01 +0400
commit880cb8aa487a78c22bedb26b3cfd0e1d8590a932 (patch)
tree138a6b10a3b5ac14bbd6d573358be69476efcf65 /doc/api/users.md
parent771b5c22987870c84e0bfa90549af1567cb21117 (diff)
Paginate users in users api
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index c05bcb3e539..ee5e98a016c 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -1,6 +1,7 @@
## List users
Get a list of users.
+This function takes pagination parameters `page` and `per_page` to restrict the list of users.
```
GET /users