{
"data": [
{
"custom_attributes": {
"{key}": "string"
},
"description": "string",
"id": "integer",
"leaders": [
"integer"
],
"name": "string",
"users": [
"integer"
]
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
Name | Example | Description |
---|---|---|
data[] | ||
data[].custom_attributes | ||
data[].custom_attributes.{key} |
Can contain multiple keys. Exact names and values depend on platform |
|
data[].description | "Band of villains" |
A description of the team |
data[].id | 80085 |
eloomis internal id for the department |
data[].leaders[] | "80085" |
IDs of the leaders of the department |
data[].name | "Suicide Squad" |
The name of the team |
data[].users[] | [ 1337 ] |
IDs of the users in the department |
extended_message |
Text to help with debugging |
|
message |
Text to help with debugging |
|
status | "OK" |
HTTP Status text |
status_code | 200 |
HTTP Status code |