Example Object
{
"type": "admin",
"id": "493881",
"name": "Hoban Washburne",
"email": "[email protected]",
"job_title": "Philosopher",
"away_mode_enabled": false,
"away_mode_reassign": false,
"team_ids": [
814865
]
}
Admin Object
An admin has a name
, email
and id
field.
Attribute | Type | Description |
---|---|---|
type | string | value is 'admin' or 'team' |
id | string | The id of the admin or team |
name | string | The name of the admin or team |
string | The email address of the admin. This attribute is null for teams. | |
job_title | string | The job title of the admin |
away_mode_enabled | boolean | Identifies if this admin is currently set in away mode to automatically reassign new conversations to your app’s default inbox |
away_mode_reassign | boolean | When in away mode you can still reply to conversations. If this is set to true then any replies will automatically go into your app's default inbox |
team_ids | list | This is a list of teams id's that you are part of. Only set if the type is 'admin' |
admin_ids | list | This is the list of admins on the team. Only set if the type is 'team' |
avatar | url | Image for the associated team or teammate |