Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com",
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00",
"language": "en",
"timezone": "Africa/Bujumbura",
"space_amount": 11345156112,
"space_used": 1237009912,
"max_upload_size": 2147483648,
"status": "active",
"job_title": "CEO",
"phone": "6509241374",
"address": "900 Jefferson Ave, Redwood City, CA 94063",
"avatar_url": "https://www.box.com/api/avatar/large/181216415",
"notification_email": {
"email": "notifications@example.com",
"is_confirmed": true
},
"role": "admin",
"tracking_codes": [
{
"type": "tracking_code",
"name": "department",
"value": "Sales"
}
],
"can_see_managed_users": true,
"is_sync_enabled": true,
"is_external_collab_restricted": true,
"is_exempt_from_device_limits": true,
"is_exempt_from_login_verification": true,
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
},
"my_tags": [
"important"
],
"hostname": "https://example.app.box.com/",
"is_platform_access_only": true,
"external_app_user_id": "my-user-1234"
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
任意のユーザーAPIエンドポイントから返される可能性があるユーザーのFull版の表示。
このユーザーの一意の識別子。
"11446498"
値は常にuserになります。
user "user"
このユーザーの表示名。
50"Aaron Levie"
このユーザーのプライマリメールアドレス。
"ceo@example.com"
ユーザーオブジェクトが作成された日時。
"2012-12-12T10:53:43-08:00"
ユーザーオブジェクトが最後に変更された日時。
"2012-12-12T10:53:43-08:00"
ユーザーのタイムゾーン。
"Africa/Bujumbura"
ユーザーが利用可能な容量の合計 (バイト数)。
11345156112
ユーザーが現在使用している容量。
1237009912
ユーザーが所有できる個々のファイルの最大サイズ (バイト単位)。
2147483648
ユーザーのアカウントのステータス。
active, inactive, cannot_delete_edit, cannot_delete_edit_upload "active"
ユーザーの役職。
100"CEO"
ユーザーの電話番号。
100"6509241374"
ユーザーの住所。
255"900 Jefferson Ave, Redwood City, CA 94063"
ユーザーのアバター画像のURL。
"https://www.box.com/api/avatar/large/181216415"
通知メールが送信される代替の通知用メールアドレス。確認されると、通知メールはプライマリメールアドレスではなくこのメールアドレスに送信されます。
Show child attributes
ユーザーの企業でのロール。
admin, coadmin, user "admin"
追跡コードを使用すると、管理者は管理コンソールからレポートを生成し、特定のグループのユーザーに属性を割り当てることができます。この設定を使用するには、会社に対して有効にしておく必要があります。
Show child attributes
ユーザーが自身の連絡先リストで企業の他のユーザーを参照できるかどうか。
true
ユーザーがBox Syncを使用できるかどうか。
true
ユーザーが社外のユーザーとのコラボレーションを許可されているかどうか。
true
企業のデバイス制限からユーザーを除外するかどうか。
true
ユーザーが2要素認証を使用する必要があるかどうか。
true
ユーザーの企業のレプリゼンテーション。
Show child attributes
ユーザーが所有するすべてのファイルとフォルダのタグ。返される値にはリクエスト元によって設定されたタグのみが含まれます。
["important"]ユーザーに対して生成する必要があるリンクのルート (プロトコル、サブドメイン、ドメイン)。
"https://example.app.box.com/"
ユーザーがApp Userであるかどうか。
true
ユーザーの検索に使用できる、App Userの外部識別子。これを使用して、外部IDプロバイダのユーザーIDをBoxユーザーに結び付けることができます。
"my-user-1234"
このページは役に立ちましたか?