GET
/integration/v1/groups/tree
List account group tree
List account group tree
operationId List account group tree
Responses
200
application/json body
| Field | Type | Required | Description |
|---|---|---|---|
(array)
|
array | optional | Groups data |
id
|
string (uuid) | optional | Group id |
name
|
string | optional | Group name |
parent_id
|
string (uuid) | optional | Group parent id |
children
|
array | optional | Group children |
id
|
string (uuid) | required | Group id |
name
|
string | required | Group name |
parent_id
|
string (uuid) | optional | Group parent id |
children
|
object | optional | Group parent id |
user_ids
|
array | optional | User ids in group |
user_ids
|
string (uuid) | optional |
412 Invalid parameters
500 Server error
512 Specification violations