GroupForm
typestringrequired
Possible values: [none, division, department, team]
Example:
departmentnamestringrequired
Example:
New Departmentdescriptionstringnullable
parent_idstringnullable
Parent group id
GroupForm
{
"type": "department",
"name": "New Department",
"description": "string",
"parent_id": "string"
}