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
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.

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request