Get Specific User or Group (v2.0)
GET/sdwan/v2.0/api/directoryusergroups/:user_group_id
List a specific user or group of a tenant.
Request
Path Parameters
user_group_id stringrequired
The ID of the user group.
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.
{
"id": "string",
"name": "string",
"stale": true,
"tags": [
"string"
]
}
Loading...