POST /api/usergroups
{
"usergroup": {
"name": "usergroup112"
}
}
422
{
"error": {
"id": null,
"errors": {
"name": [
"has already been taken"
]
},
"full_messages": [
"Name has already been taken"
]
}
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
usergroup required |
Validations:
|
|
usergroup[name] required |
Validations:
|
|
usergroup[admin] optional , nil allowed |
is an admin user group, can be modified by admins only Validations:
|
|
usergroup[user_ids] optional , nil allowed |
Validations:
|
|
usergroup[usergroup_ids] optional , nil allowed |
Validations:
|
|
usergroup[role_ids] optional , nil allowed |
Validations:
|