Add child group to a group
Log in to add to favouritesPage last updated 17 June 2022
PUT/api/security/groups/{groupIdentifier}/groups/{childGroupIdentifier}
Parameters
| Name | Parameter type | Type | Format | Description |
|---|---|---|---|---|
| groupIdentifier(required) | path | string | group identifier | For convenience, Group resources can be referenced by using either the group name or id |
| childGroupIdentifier(required) | path | object | group identifier | For convenience, Group resources can be referenced by using either the group name or id |
Responses
Examples
PUT: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/3d063773-2ca9-4baf-90e1-ed674fa68640PUT: /api/security/groups/Paper%20Street%20Soap%20Company/groups/Liposuction%20TechniciansPUT: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/Liposuction%20TechniciansRemarks
A group cannot be added as a child group of itself.
Permissions
Member of System Administrators.