Skip to content

Users Object ​



id
string
REQUIRED · 

The user's unique identifier

name
string
REQUIRED · 

The user's name

first_name
string

The user's first name

last_name
string

The user's last name

emails
object[]

The emails of the user

email
string

The email address

type
string

The type of email address

is_primary
boolean

Whether the email address is primary

organization
object

The organization/account the device belongs to

id
string

The unique identifier for an organization

name
string

The name of the organization

is_active
boolean

Whether the user is active or not

avatar
string

The URL of the user's avatar

created_at
string · date-time

The date and time the user was created

updated_at
string · date-time

The date and time the user was last updated

remote_data
object

Raw data returned from the remote API call.