description |
---|
Gets the groups as direct child members of the group |
Gets the direct child group members of the group
GET /api/management/security/groups/{groupIdentifier}/groups
Name | Parameter type | Type | Description |
---|---|---|---|
groupIdentifier | path | GroupIdentifier | One of the group identifiers |
GET: /api/management/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/groups
GET: /api/management/security/groups/Paper%20Street%20Soap%20Company/groups
HTTP status code | Reason | Response model |
---|---|---|
200 | Success | PagedList<Group> |
403 | Forbidden | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |