Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"id": "12345678",
"type": "hub_collaboration",
"accessible_by": {
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"role": "editor",
"status": "accepted",
"acceptance_requirements_status": {
"terms_of_service_requirement": {
"is_accepted": true
},
"strong_password_requirement": {
"enterprise_has_strong_password_required_for_external_users": true,
"user_has_strong_password": true
},
"two_factor_authentication_requirement": {
"enterprise_has_two_factor_auth_enabled": true,
"user_has_two_factor_authentication_enabled": true
}
}
}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.
Box Hubコラボレーションオブジェクトは、特定のロールによって定義される権限を含んだBox Hubへのアクセス権限をユーザーまたはグループに付与します。
このコラボレーションの一意の識別子。
"12345678"
値は常にhub_collaborationになります。
hub_collaboration "hub_collaboration"
最も基本的なBox HubのBase版の表示。
Show child attributes
ユーザーのMini版の表示は、ステータスがpendingの場合にのみ返すことができます。
Show child attributes
Box Hubに付与されるアクセスレベル。使用可能な値はeditor、viewer、co-ownerです。
"editor"
コラボレーション招待のステータス。ステータスがpendingの場合、loginとnameは空の文字列を返します。
accepted, pending, rejected "accepted"
Show child attributes
このページは役に立ちましたか?