Get Api users
GET {{baseUrl}}/management/api_users
Get Api users of your tenant
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"users": [
{
"id": "<string>",
"name": "<string>",
"role": "AUDITOR",
"enabled": "<boolean>",
"status": "PENDING_DEVICE_PAIRING",
"userType": "API"
},
{
"id": "<string>",
"name": "<string>",
"role": "OWNER",
"enabled": "<boolean>",
"status": "PENDING_DEVICE_PAIRING",
"userType": "CONSOLE"
}
]
} |
ENDPOINTS