A Box Hub collaboration object grants a user or group access to a Box Hub with permissions defined by a specific role.
12345678The unique identifier for this collaboration.
hub_collaborationThe value will always be hub_collaboration.
Value is always hub_collaboration
trueWhether or not the enterprise that owns the content requires a strong password to collaborate on the content, or enforces an exposed password detection for the external collaborators.
trueWhether or not the user has a strong and not exposed password set
for their account. The field is null when a strong password is
not required.
trueWhether or not the terms of service have been accepted. The
field is null when there is no terms of service required.
The terms of service that must be accepted before the
collaboration can be accepted. The field is null when
there is no terms of service required.
11446498The unique identifier for this terms of service.
terms_of_serviceThe value will always be terms_of_service.
Value is always terms_of_service
trueWhether or not the enterprise that owns the content requires two-factor authentication to be enabled in order to collaborate on the content.
trueWhether or not the user has two-factor authentication
enabled. The field is null when two-factor
authentication is not required.
The user or group that is granted access.
The bare basic representation of a Box Hub.
editorThe level of access granted to a Box Hub.
Possible values are editor, viewer, and co-owner.
acceptedThe status of the collaboration invitation. If the status
is pending, login and name return an empty string.
Value is one of accepted,pending,rejected
{
"id": "12345678",
"type": "hub_collaboration",
"acceptance_requirements_status": {
"strong_password_requirement": {
"enterprise_has_strong_password_required_for_external_users": true,
"user_has_strong_password": true
},
"terms_of_service_requirement": {
"is_accepted": true,
"terms_of_service": {
"id": "11446498",
"type": "terms_of_service"
}
},
"two_factor_authentication_requirement": {
"enterprise_has_two_factor_auth_enabled": true,
"user_has_two_factor_authentication_enabled": true
}
},
"accessible_by": {
"id": "11446498",
"type": "user",
"login": "ceo@example.com",
"name": "Aaron Levie"
},
"hub": {
"id": "12345",
"type": "hubs"
},
"role": "editor",
"status": "accepted"
}