GroupTreeNode
Recursive tree node representing a group in the hierarchy
idstring
Example:
Y6K08PEKXG9Q7ZWJnamestring
Example:
Operationstypestring
Possible values: [division, department, team]
Example:
divisionslugstring
Example:
operationsiconstringnullable
Example:
briefcasemember_countinteger
Number of members (for divisions: number of child departments)
Example:
5is_mineboolean
Whether the authenticated user is a member
childrenundefined[]
GroupTreeNode
{
"id": "Y6K08PEKXG9Q7ZWJ",
"name": "Operations",
"type": "division",
"slug": "operations",
"icon": "briefcase",
"member_count": 5,
"is_mine": true,
"children": [
null
]
}