Users Object ​
id
string
REQUIRED ·Â
Unique identifier for the user inside the source application.
first_name
string
The first name of the user
last_name
string
The last name of the user
name
string
REQUIRED ·Â
Display name of the user.
emails
object[]
Email addresses of the user.
email
string
Email address.
is_primary
boolean
Whether this is the primary email.
roles
object[]
The roles the user has.
id
string
The role's unique identifier.
name
string
The role's name.
status
string
The status of the user. If no clear mapping is available, then the raw value is returned.
All possible enum values:
activeinactivedeletedinvited
organization
object
The organization / team / workspace the user belongs to.
id
string
name
string
spend_limit
object
Per-user spending limit configured in the source application.
amount
number
Spending limit amount (smallest currency unit).
currency
string
ISO 4217 currency code.
last_active_at
string · date-time
created_at
string · date-time
updated_at
string · date-time
remote_data
object
Raw data returned from the remote API call.