open
user groups
get a user's groups, include the inherit groups from department
get/api/v1/open/users/{user_id}/groups
Path parameters
user_idstring required
User ID
Query parameters
inheritboolean required
get subject's inherit groups from it's departments
Response
OK
Example response
{
"data": [
{
"id": "admin",
"name": "Administer",
"type": "user"
}
]
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲