Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"is_managed_user_signup_enabled": {
"is_used": true,
"value": true
},
"is_managed_user_signup_notification_enabled": {
"is_used": true,
"value": true
},
"is_managed_user_signup_corporate_email_enabled": {
"is_used": true,
"value": true
},
"is_new_user_notification_daily_digest_enabled": {
"is_used": true,
"value": true
},
"is_managed_user_email_change_disabled": {
"is_used": true,
"value": true
},
"is_multi_factor_auth_required": {
"is_used": true,
"value": true
},
"is_weak_password_prevention_enabled": {
"is_used": true,
"value": true
},
"is_password_leak_detection_enabled": {
"is_used": true,
"value": true
},
"last_password_reset_at": {
"is_used": true,
"value": "2012-12-12T10:53:43-08:00"
},
"is_password_request_notification_enabled": {
"is_used": true,
"value": true
},
"is_password_change_notification_enabled": {
"is_used": true,
"value": true
},
"is_strong_password_for_ext_collab_enabled": {
"is_used": true,
"value": true
},
"is_managed_user_migration_disabled": {
"is_used": true,
"value": true
},
"join_link": {
"is_used": true,
"value": "value of configuration"
},
"join_url": {
"is_used": true,
"value": "value of configuration"
},
"failed_login_attempts_to_trigger_admin_notification": {
"is_used": true,
"value": 1234
},
"password_min_length": {
"is_used": true,
"value": 1234
},
"password_min_uppercase_characters": {
"is_used": true,
"value": 1234
},
"password_min_numeric_characters": {
"is_used": true,
"value": 1234
},
"password_min_special_characters": {
"is_used": true,
"value": 1234
},
"password_reset_frequency": {
"is_used": true,
"value": "value of configuration"
},
"previous_password_reuse_limit": {
"is_used": true,
"value": "value of configuration"
},
"session_duration": {
"is_used": true,
"value": "value of configuration"
},
"external_collab_multi_factor_auth_settings": {
"is_used": true,
"value": {
"denylist_domains": [
"example.com"
],
"denylist_emails": [
"spam@example.com"
],
"allowlist_domains": [
"example.com"
],
"allowlist_emails": [
"mail@example.com"
],
"state": "enabled",
"scheduled_status": "inprogress",
"scheduled_at": "2012-12-12T10:53:43-08:00",
"factor_type_settings": "totp"
}
},
"keysafe": {
"is_used": true,
"value": {
"keysafe_enabled": true,
"cloud_provider": "",
"key_id": "1234",
"account_id": "1234",
"location_id": "1234",
"project_id": "1234",
"keyring_id": "1234"
}
},
"is_custom_session_duration_enabled": {
"is_used": true,
"value": true
},
"custom_session_duration_value": {
"is_used": true,
"value": "value of configuration"
},
"custom_session_duration_groups": {
"is_used": true,
"value": [
{
"id": "1234",
"name": "Group Name"
}
]
},
"multi_factor_auth_type": {
"is_used": true,
"value": "value of configuration"
},
"enforced_mfa_frequency": {
"is_used": true,
"value": {
"days": 30,
"hours": 24
}
}
}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.
The enterprise configuration for the security category.
Determines if users are allowed to sign up on their own.
Show child attributes
Determines if users must sign up with your corporate email.
Show child attributes
When enabled, admin are emailed when new users are added.
Show child attributes
Depends on is_managed_user_signup_corporate_email_enabled. A true value represents In daily summary emails. A false value represents Immediately.
Show child attributes
When enabled, prevents users from changing their primary email address.
Show child attributes
Determines if multi-factor authentication is required for all managed users.
Show child attributes
When enabled, prevents common words / email address to be used in a password.
Show child attributes
Enables exposed password detection.
Show child attributes
The basic data included in each enterprise configuration response object.
Show child attributes
When enabled, admins are notified when users request a forget password email.
Show child attributes
When enabled, admins are notified when users change passwords in Settings.
Show child attributes
Requires strong passwords for External Collaborators.
Show child attributes
Disables users from being migrated in or out of the enterprise.
Show child attributes
Join url for self sign up. Depends on is_managed_user_signup_enabled. Applies if join_url is not used.
Show child attributes
Join url for self sign up. Depends on is_managed_user_signup_enabled. Applies if join_link is not used.
Show child attributes
Number of failed login attempts before the primary admin is notified.
Show child attributes
Minimum number of characters required for passwords.
Show child attributes
Minimum number of upper case characters required in passwords.
Show child attributes
Minimum number of numbers required in passwords.
Show child attributes
Minimum number of symbols required in passwords.
Show child attributes
Determines if users must reset their passwords every specified time period.
Show child attributes
Number of previous passwords users are prevented from using.
Show child attributes
Value indicating time from the last activity a user can remain logged in without activity before being logged out.
Show child attributes
External Collaborators multi-factor authentication settings.
Show child attributes
The basic data included in each enterprise configuration response object.
Show child attributes
Enables custom session duration for select users.
Show child attributes
Value indicating duration users from specified groups can remain logged in without activity before being logged out.
Show child attributes
Groups for custom session duration.
Show child attributes
Managed Users multi-factor authentication requirement method type.
Show child attributes
Managed Users multi-factor authentication frequency. The default authentication frequency is set to 30 days, with authentication time calculated from the most recent successful MFA login.
Show child attributes
Was this page helpful?