Skip to content

Users Object ​



id
string
REQUIRED · The unique identifier for a user
first_name
string
The first name of the user
last_name
string
The last name of the user
name
string
The name of the user
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
roles
object[]
The roles of the user
id
string
The unique identifier for a role
name
string
The name of the role
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.