List Users
GET {{baseUrl}}/api/users
Lists Dashboard Users
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"users":[{"api_model":{},"first_name":"John","last_name":"Smith","email_address":"john@jive.ly","password":"$2a$10$mRVfrAf72N66anVNhA1KVuYaOwOrXhFzxyg6bwgZemUeVo2MNOpIa","org_id":"54b53d3aeba6db5c35000002","active":true,"id":"54b53d4bf25b920f09361526","access_key":"0cf5e6c37add465a406f19807c081765","user_permissions":{"IsAdmin":"admin","ResetPassword":"admin"}},{"api_model":{},"first_name":"Test","last_name":"User","email_address":"banana@test.com","password":"","org_id":"54b53d3aeba6db5c35000002","active":true,"id":"54bd0ad9ff4329b88985aafb","access_key":"f81ee6f0c8f2467d539c132c8a422346","user_permissions":{"user_groups":"read","users":"read"}}],"pages":0}