Skip to main content
API version 2024.0 A mini representation of a user, can be returned only when the status is pending.
This resource has a few variations that can be encountered when using the API.The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.
id
string
example: 11446498The unique identifier for this user.
type
string
example: userThe value will always be user.Value is always user
is_active
boolean
example: trueIf set to false, the user is either deactivated or deleted.
login
string(email)
example: [email protected]The primary email address of this user. If the collaboration status is pending, an empty string is returned.
name
string
example: Aaron LevieThe display name of this user. If the collaboration status is pending, an empty string is returned.
{
  "id": "11446498",
  "type": "user",
  "is_active": true,
  "login": "[email protected]",
  "name": "Aaron Levie"
}