Gets a list of users.
Request: GET https://api-<BlueCat.edge.url>/v1/api/users
Authorization: Bearer authorization token
Response
200 OK
Content-Type: application/JSON
[
{
"email": "email@example.com",
"name": "first/last name",
"role": "SYSADMIN | ADMIN | POLICYADMIN | ANALYST",
"status": "active | inactive",
"id": "77f15595-9f74-4ad4-82a9-82433952de4e"
}
...
]
Successful response code:
- OK - Successful
Possible error codes
- UNAUTHORIZED - Missing or invalid token
- FORBIDDEN - You are not authorized to perform this action
- INTERNAL SERVER ERROR - Unexpected error