Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.34 KB

get-groups-in-group.md

File metadata and controls

34 lines (24 loc) · 1.34 KB
description
Gets the groups as direct child members of the group

Get child group membership by group id

Gets the direct child group members of the group

GET /api/management/security/groups/{groupIdentifier}/groups

Parameters

Name Parameter type Type Description
groupIdentifier path GroupIdentifier One of the group identifiers

Example requests

GET: /api/management/security/groups/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c/groups
GET: /api/management/security/groups/Paper%20Street%20Soap%20Company/groups

Response message

HTTP status code Reason Response model
200 Success PagedList<Group>
403 Forbidden Error
404 NotFound Error
500 InternalServerError Error