Add many child groups to a group
Log in to add to favouritesPOST/api/security/groups/{groupIdentifier}/groups
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 |
groupIds(required) | body | string[...] | uuid | array of group UUIDs |
Responses
Examples
Add many child-groups to a group in a single request
POST: /api/security/groups/6254736c-70e1-43b0-b769-f8e0f6359862/groups/
[
"11b1b360-0420-4af9-babf-eb87fccb1ad5",
"bab8f5ae-e204-47e1-bd2c-6898f2db429e",
"1bb3fbdb-8255-4fd4-accc-750ff87665e3",
"06e80ae8-dba3-47cb-b2d7-32ebc6b9fbe0"
]
POST: /api/security/groups/Paper%20Street%20Soap%20Company/groups/
[
"11b1b360-0420-4af9-babf-eb87fccb1ad5",
"bab8f5ae-e204-47e1-bd2c-6898f2db429e",
"1bb3fbdb-8255-4fd4-accc-750ff87665e3",
"06e80ae8-dba3-47cb-b2d7-32ebc6b9fbe0"
]
Remarks
Permissions
Member of System Administrators
.