Retrieves a list of the users on your system, as well as their assigned roles.
Endpoint
POST /user/info
Request structure
Not applicable
Response structure
{
"displayName": "string",
"roles": [
"string"
]
}
|
Parameter |
Type |
Description |
|---|---|---|
| displayName | String | The name of the user. |
| roles | String | The roles assigned to the user. |
Return codes
|
Status code |
HTTP name |
Description |
|---|---|---|
| 200 | OK | The request was executed successfully. |
| 401 | Unauthorized | Access was denied because the credentials are not valid. |
| 405 | Method Not Allowed | The specified HTTP method is not allowed for user data. Resend using POST. |