Skip to content

User Groups

GET
/v1/Users/{id}/groups

Get a User's Groups

Parameters

Path Parameters

id*string

User Id

Example 0dcd07a1-a28d-4dc8-81f2-7695a7dc50f1

Responses

OK

application/json
JSON
[
{
"id": 0,
"type": "string",
"projectId": 0,
"name": "string",
"description": "string",
"parentId": 0,
"externalId": "string",
"buisnessUnitId": 0
}
]