List Users

GET {{baseUrl}}/api/users

Lists Dashboard Users

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"example":{"users":[{"api_model":{},"first_name":"John","last_name":"Smith","email_address":"john@jive.ly","password":"$2a$10$mRVfrAf72N66anVNhA1KVuYaOwOrXhFzxyg6bwgZemUeVo2MNOpIa","org_id":"54b53d3aeba6db5c35000002","active":true,"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,"access_key":"f81ee6f0c8f2467d539c132c8a422346","user_permissions":{"user_groups":"read","users":"read"}}],"pages":0}}