User List

Updated 2 years ago by Admin

Returns a list of all registered users. Please note this api requires administrative privileges.

GET /api/users

Example Response Body:

1  [
2 {
3 "id": 1,
4 "login": "octocat",
5 "email": "octocat@github.com",
6 "avatar_url": "http://www.gravatar.com/avatar/7194e8d48fa1d2b689f99443b767316c",
7 "active": true,
8 "admin": false,
9 "machine": false,
10 "syncing": false,
11 "synced": 1564096971,
12 "created": 1564096971,
13 "updated": 1564096971,
14 "last_login": 1564096971
15 }
16 ]


How did we do?