Get Specific User or Group (2.0)
GET/v2.0/api/tenants/:tenant_id/directoryusergroups/:user_group_id
Get a specific user or group of a tenant.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
user_group_id stringrequired
The user group ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
description
The description of the user or group. Max size = 256.
id string
The user or group ID.
name stringrequired
The user or group name.
stale boolean
Stale
tags string[]
A information field that can be added to identify the user or group. Maximum 10 unique tags of length 1024 each are allowed.
tenant_id stringrequired
The tenant ID.
{
"id": "string",
"name": "string",
"stale": true,
"tags": [
"string"
],
"tenant_id": "string"
}
Loading...