Get the User List
Gets a list of users that have a role or that belong to a group with a role.
Authorizations: All
Requests
GET /apis/users/enabled |
Response
Success
Array of users that have a role or that belong to a group with a role. Example:
{ |
{ |
Caution
Only theid
, username
, displayName
, and email
properties are supported. Other attributes are subject to change and should not be used in a production application.
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040012","name":"NoResults", | No users available. |
500 | {"code":"070000","name":"InternalServer", | Error retrieving users. |