Get Users or Groups (v2.0)
GET/sdwan/v2.0/api/directoryusergroups
List all the users or groups of a tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
id string
The ID.
items DirectoryUserGroup[]
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.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"name": "string",
"stale": true,
"tags": [
"string"
]
}
]
}
Loading...