HTTP - Management
Get child group membership by groupId
Created by c.neale, last modified by r.saunders on 12 Feb 2021
Gets the direct child group members of a group.
GET/api/security/groups/{groupIdentifier}/groups
Parameter
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
groupIdentifier | path | string | group identifier | For convenience, Group resources can be referenced by using either the group name or id | "Paper Street Soap Company" or "82f73a9b-2a13-4d63-bcc1-e8ee5047b01c" | true |
Examples
Get child groups for a group by Id
GET: /api/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/groups
Get child groups for a group by name
GET: /api/security/groups/Paper%20Street%20Soap%20Company/groups