A mini representation of a user, can be returned only when
the status is pending.
11446498The unique identifier for this user.
userThe value will always be user.
Value is always user
trueIf set to false, the user is either deactivated or deleted.
ceo@example.comThe primary email address of this user. If the collaboration status is pending, an empty string is returned.
Aaron Levie50The display name of this user. If the collaboration status is pending, an empty string is returned.
{
"id": "11446498",
"type": "user",
"is_active": true,
"login": "ceo@example.com",
"name": "Aaron Levie"
}