Get console users
GET {{baseUrl}}/management/users
Get console users for your tenant
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"users": [
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"role": "NCW_ADMIN",
"enabled": "<boolean>",
"status": "READY",
"userType": "CONSOLE"
},
{
"id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"role": "AUDITOR",
"enabled": "<boolean>",
"status": "PENDING_ACTIVATION",
"userType": "CONSOLE"
}
]
} |
ENDPOINTS