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

username
string

The user's username

emails
object[]

The user's email addresses

email
string
REQUIRED · 

The user's email address

type
string

The type of email address

is_active
boolean

Whether the user is active or not

team_ids
string[]

The IDs of the teams the user is a member of

avatar
string

The URL of the user's avatar

roles
object[]

The roles the user has

id
string

The role's unique identifier

name
string

The role's name

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.