Get my tenant users
GET {{base_url}}/api/2/tenants/{{my_tenant_id}}/users
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
"6eca7db5-d544-4528-99bb-210d43673d50"
]
} |
ENDPOINTS