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