A mini representation of a user, can be returned only when
the status is pending
.
"11446498"
The unique identifier for this user
"user"
user
Value is always user
"ceo@example.com"
The primary email address of this user. If the collaboration status is pending
, an empty string is returned.
"Aaron Levie"
50
The display name of this user. If the collaboration status is pending
, an empty string is returned.
{
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
}