Skip to main content
POST/api/security/groups/

Responses

HTTP status codeReasonModel
201CreatedGroup
401UnauthorizedError
403ForbiddenError
409Resource already exists in target locationError
422Validation errorError
500Internal server errorError

Examples

Create a group with custom data. This example also demonstrates all writeable fields of a group.

JSON
1
2
3
4
5
6
7
8
POST: /api/security/groups/ { "name": "Paper Street Soap Company", "Description": "Employees of the Paper Street Soap Company", "custom" : { "clientId": "PSSC" } }

Remarks

Still need help?

New support request