General Information
...
Service | API | Method |
---|---|---|
urac | /admin/group/list | GET |
Data Model: GroupsWorkflow: %Link to Architecture Page%
Input
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
tId | Body or Query | NO | String | N/A | If set, the api will return the groups of a specific tenant; else the api returns all the groups in the database |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": [] } |
...