Create a group
Log in to add to favouritesPOST/api/security/groups/
Responses
Examples
Create a group with custom data. This example also demonstrates all writeable fields of a group.
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
.