Skip to main content
PUT/api/security/groups/{groupIdentifier}

Parameter

NameParameter typeTypeFormatDescriptionExampleRequired
groupIdentifierpathstringgroup identifierFor convenience, Group resources can be referenced by using either the group name or id"Paper Street Soap Company" or "82f73a9b-2a13-4d63-bcc1-e8ee5047b01c"true

Responses

HTTP status codeReasonModel
200SuccessGroup
403ForbiddenError
404Group not foundError
422Validation errorError
500Internal server errorError

Examples

Update a group

JSON
1
2
3
4
5
6
7
8
9
PUT: /api/security/groups/cd7b3be9-c45a-4a35-b359-f978f9dbeb9a { "name": "Paper Street Soap Company", "Description": "Employees of the Paper Street Soap Company", "type": "contensis", "custom" : { "clientId": "PSSC" } }
HTTP
1
2
3
4
5
6
7
8
9
PUT: /api/security/groups/Paper%20Street%20Soap%20Company { "name": "Paper Street Soap Company", "Description": "Employees of the Paper Street Soap Company", "type": "contensis", "custom" : { "clientId": "PSSC" } }

Remarks

Still need help?

New support request