Skip to main content

A mini representation of a user, can be returned only when the status is pending.

id
string
required

The unique identifier for this user.

Example:

"11446498"

type
enum<string>
required

The value will always be user.

Available options:
user
Example:

"user"

name
string

The display name of this user. If the collaboration status is pending, an empty string is returned.

Maximum string length: 50
Example:

"Aaron Levie"

login
string<email>

The primary email address of this user. If the collaboration status is pending, an empty string is returned.

is_active
boolean

If set to false, the user is either deactivated or deleted.

Example:

true