HTTP - Management
Removed from your favourites
Create a group
Created by c.neale, last modified by zengenti on 17 Jun 2022
Creating a group can be done by POST'ing group details resource to the group resource collection.
POST/api/security/groups/
Example
Create a group with custom data. This example also demonstrates all writeable fields of a group.
JSON
POST: /api/security/groups/
{
"name": "Paper Street Soap Company",
"Description": "Employees of the Paper Street Soap Company",
"custom" : {
"clientId": "PSSC"
}
}
Remarks
Permissions
Member of System Administrators
.