description |
---|
Creating a group can be done by POST'ing user details resource to the group resource collection. |
Creating a group can be done by POST'ing group details resource to the group resource collection.
POST /api/management/security/groups/
POST: /api/management/security/groups/
{
"name": "Paper Street Soap Company",
"Description": "Employees of the Paper Street Soap Company",
"type": "contensis",
"custom" : {
"clientId": "PSSC"
}
}
HTTP status code | Reason | Response model |
---|---|---|
201 | Created | Group |
403 | Forbidden | Error |
404 | NotFound | Error |
409 | Conflict | Error |
422 | UnprocessableEntity | Error |
500 | InternalServerError | Error |