A full representation of a user, as can be returned from any user API endpoint.
11446498The unique identifier for this object
userValue is always user
ceo@example.comThe primary email address of this user
Aaron Levie50The display name of this user
900 Jefferson Ave, Redwood City, CA 94063255The user’s address
https://www.box.com/api/avatar/large/181216415URL of the user’s avatar image
2012-12-12T10:53:43-08:00When the user object was created
CEO100The user’s job title
2147483648The maximum individual file size in bytes the user can have
2012-12-12T10:53:43-08:00When the user object was last modified
An alternate notification email address to which email notifications are sent. When it's confirmed, this will be the email address to which notifications are sent instead of to the primary email address.
notifications@example.comThe email address to send the notifications to.
trueSpecifies if this email address has been confirmed.
6509241374100The user’s phone number
11345156112The user’s total available space amount in bytes
1237009912The amount of space in use by the user
activeThe user's account status
Value is one of active,inactive,cannot_delete_edit,cannot_delete_edit_upload
Africa/BujumburaThe user's timezone
{
"address": "900 Jefferson Ave, Redwood City, CA 94063",
"avatar_url": "https://www.box.com/api/avatar/large/181216415",
"can_see_managed_users": true,
"created_at": "2012-12-12T10:53:43-08:00",
"enterprise": {
"id": 11446498,
"name": "Acme Inc.",
"type": "enterprise"
},
"external_app_user_id": "my-user-1234",
"hostname": "https://example.app.box.com/",
"id": 11446498,
"is_exempt_from_device_limits": true,
"is_exempt_from_login_verification": true,
"is_external_collab_restricted": true,
"is_platform_access_only": true,
"is_sync_enabled": true,
"job_title": "CEO",
"language": "en",
"login": "ceo@example.com",
"max_upload_size": 2147483648,
"modified_at": "2012-12-12T10:53:43-08:00",
"my_tags": [
"important"
],
"name": "Aaron Levie",
"notification_email": {
"email": "notifications@example.com",
"is_confirmed": true
},
"phone": 6509241374,
"role": "admin",
"space_amount": 11345156112,
"space_used": 1237009912,
"status": "active",
"timezone": "Africa/Bujumbura",
"tracking_codes": [
{
"type": "tracking_code",
"name": "department",
"value": "Sales"
}
],
"type": "user"
}