Group
idstring
Group id
Example:
Y6K08PEKXG9Q7ZWJtypestring
Possible values: [none, division, department, team, automated, root]
Example:
departmentnamestring
Example:
Information Technologydescriptionstringnullable
slugstring
Example:
operations/information-technologyiconstringnullable
Example:
codelogostringnullable
Logo URL
parent_idstringnullable
Parent group id
member_countinteger
Example:
12translationsobjectnullable
created_atstring<date-time>
updated_atstring<date-time>
parent object
Parent group (only present when include=parent)
idstring
Example:
Y6K08PEKXG9Q7ZWJtypestring
Possible values: [none, division, department, team, automated, root]
Example:
departmentnamestring
Example:
Information Technologydescriptionstringnullable
slugstring
Example:
operations/information-technologyiconstringnullable
Example:
codelogostringnullable
parent_idstringnullable
member_countinteger
Example:
12translationsobjectnullable
created_atstring<date-time>
updated_atstring<date-time>
children object[]
Child groups (only present when include=children)
Array [
idstring
Example:
Y6K08PEKXG9Q7ZWJtypestring
Possible values: [none, division, department, team, automated, root]
Example:
departmentnamestring
Example:
Information Technologydescriptionstringnullable
slugstring
Example:
operations/information-technologyiconstringnullable
Example:
codelogostringnullable
parent_idstringnullable
member_countinteger
Example:
12translationsobjectnullable
created_atstring<date-time>
updated_atstring<date-time>
]
members object[]
Group members (only present when include=members)
Array [
user_idstring
Example:
1VJEQAYWW54TZ5VDnamestring
Example:
John Doeemailstringnullable
Email (only visible with view_full_staff_details scope)
avatarstringnullable
Avatar URL
levelstring
Possible values: [member, team_lead, director, division_director]
Example:
membertitlestringnullable
Example:
App Developercredit_asstringnullable
Example:
J. Doe]
Group
{
"id": "Y6K08PEKXG9Q7ZWJ",
"type": "department",
"name": "Information Technology",
"description": "string",
"slug": "operations/information-technology",
"icon": "code",
"logo": "string",
"parent_id": "string",
"member_count": 12,
"translations": {},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"parent": {
"id": "Y6K08PEKXG9Q7ZWJ",
"type": "department",
"name": "Information Technology",
"description": "string",
"slug": "operations/information-technology",
"icon": "code",
"logo": "string",
"parent_id": "string",
"member_count": 12,
"translations": {},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
},
"children": [
{
"id": "Y6K08PEKXG9Q7ZWJ",
"type": "department",
"name": "Information Technology",
"description": "string",
"slug": "operations/information-technology",
"icon": "code",
"logo": "string",
"parent_id": "string",
"member_count": 12,
"translations": {},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"members": [
{
"user_id": "1VJEQAYWW54TZ5VD",
"name": "John Doe",
"email": "string",
"avatar": "string",
"level": "member",
"title": "App Developer",
"credit_as": "J. Doe"
}
]
}