Skip to main content

Add child group to a group

Log in to add to favourites
PUT/api/security/groups/{groupIdentifier}/groups/{childGroupIdentifier}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
groupIdentifierpathstringgroup identifierFor 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
childGroupIdentifierpathobjectgroup identifierFor 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

Responses

HTTP status codeReasonModel
204Success
401UnauthorizedError
403ForbiddenError
404Group not foundError
500Internal server errorError

Examples

Add a child group to a group by Id

HTTP
1
PUT: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/3d063773-2ca9-4baf-90e1-ed674fa68640

Add a child group to a group by name

HTTP
1
PUT: /api/security/groups/Paper%20Street%20Soap%20Company/groups/Liposuction%20Technicians

Add a child group to a group using a mixture of Id and name

HTTP
1
PUT: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/Liposuction%20Technicians

Remarks

Still need help?

New support request