Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"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
}
}
}A Box Hub collaboration object grants a user or group access to a Box Hub with permissions defined by a specific role.
The unique identifier for this collaboration.
"12345678"
The value will always be hub_collaboration.
hub_collaboration "hub_collaboration"
The bare basic representation of a Box Hub.
Show child attributes
A mini representation of a user, can be returned only when the status is pending.
Show child attributes
The level of access granted to a Box Hub. Possible values are editor, viewer, and co-owner.
"editor"
The status of the collaboration invitation. If the status is pending, login and name return an empty string.
accepted, pending, rejected "accepted"
Show child attributes
Was this page helpful?