Skip to content

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:
  • active
  • inactive
  • deleted
  • invited
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.