beta.admin.user-groups
Get User Group
Get a specific user group.
get/v1/admin/user-groups/{group_uuid}
Path parameters
group_uuidstring uuid required
User group ID.
User group ID.
Response
OK
Example response
{
"name": "Engineering Team",
"description": "Members of the platform engineering team",
"parent_group_ids": [
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
]
}Changes
Changed in 2 of the 3 revisions of this API.2
- ○
added the optional property
parent_group_idsto the response with the200statusresponse-optional-property-added
This revision also has 20 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○