List users
GET {{baseUrl}}/users
List all users for the workspace. Please note that this endpoint is available only for API keys with Admin permissions.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"role": "<string>",
"email": "<string>",
"enabled": "<boolean>"
},
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"role": "<string>",
"email": "<string>",
"enabled": "<boolean>"
}
] |
ENDPOINTS