Admin

Admins are teammate accounts that have access to a workspace.

type
string

String representing the object's type. Always has the value admin.

id
string

The id representing the admin.

name
string

The name of the admin.

email
string

The email of the admin.

job_title
string

The job title of the admin.

away_mode_enabled
boolean

Identifies if this admin is currently set in away mode.

away_mode_reassign
boolean

Identifies if this admin is set to automatically reassign new conversations to the apps default inbox.

has_inbox_seat
boolean

Identifies if this admin has a paid inbox seat to restrict/allow features that require them.

team_ids
Array of integers

This object represents the avatar associated with the admin.

avatar
string or null <uri>

Image for the associated team or teammate

object or null (Team Priority Level)

Admin priority levels for teams

{ "type": "admin", "id": "1295", "name": "Hoban Washburne", "email": "wash@serenity.io", "job_title": "Philosopher", "away_mode_enabled": false, "away_mode_reassign": false, "has_inbox_seat": true, "team_ids": [ 814865 ], "avatar": "https://picsum.photos/200/300", "team_priority_level": { } }