The maximum session duration, which is the maximum amount of time in minutes a team member can stay signed in. The session will expire after this duration or the inactivity timeout
maximum_session_duration_enabled
boolean
false
false
If maximum session duration for team members is enabled
mobile_app_access
boolean
false
false
If admins and agents can use the Zendesk Support mobile app
mobile_app_session_timeout
integer
false
false
The period of inactivity in minutes, before a mobile app user gets signed out
two_factor_last_update
string
false
false
The time when the two-factor authentication setting was last updated
Allowed tenant IDs from the Microsoft Entra ID portal. Multiple tenant IDs are separated with spaces
remote_bypass
integer
If the selected SSO service is interrupted, it says who can still access the account by requesting a one-time access link. Possible values are: 1 --- the account owner only; 2 --- all admins
remote_bypass_name
string
If the selected SSO service is interrupted, it says who can still access the account by requesting a one-time access link. Possible values are: "owner" --- the account owner only; "admins" --- all admins
For End Users
Name
Type
Description
facebook_login
boolean
If true, Facebook SSO is enabled
Security Policies
Many organizations require complex passwords as part of their security policies.
Security levels differ by the following password requirements:
number of previous passwords to reject
minimum length
if must include numbers and special characters
if must include letters in mixed case
password expiration
number of failed attempts until lockout
max number of consecutive letters or numbers
if password can resemble an email
Zendesk strongly suggests setting the Recommended password security level.
The Low, Medium and High password security levels have lower security requirements.
The "Custom" security level is available only for team members.
For more information, see About password security levels in Zendesk help.
Name
security_policy_id
security_policy_name
Low
100
low
Medium
200
medium
High
300
high
Recommended
350
recommended
Custom
400
custom
Custom Security Policy
Name
Type
Nullable
Description
password_history_length
integer
yes
Number of previous passwords to reject. When unset, it means there is no limit
password_length
integer
Minimum password length
password_complexity
integer
If password must include numbers and special characters. Possible values are: 0 --- No; 1 --- Numbers only; 2 --- Numbers and special characters
password_in_mixed_case
boolean
If password must include letters in mixed case
failed_attempts_allowed
integer
Number of failed login attempts until lockout
max_sequence
integer
yes
Max number of consecutive letters or numbers in a password. When unset, it means there is no limit
disallow_local_part_from_email
boolean
If passwords can resemble emails
password_duration
integer
yes
How long a password lasts before expiring (in days). When unset, it means passwords do not expire
IP Restrictions
If Zendesk authentication is enabled, the access to Zendesk Support can be restricted to users within a specific range of IP addresses.
This means that users connecting from these IP addresses are the only users allowed to sign in to Support.
Name
Type
Nullable
Description
ip_ranges
string
yes
Space separated IP addresses or IP ranges.
ip_restriction_enabled
boolean
If true, IP restrictions are enabled
enable_agent_ip_restrictions
boolean
If true, IP restrictions are applied only to agents, allowing customers, even form outside the allowed IP ranges, to access Zendesk
// Status 200 OK{"security_settings":{"admins_can_set_user_passwords":false,"agent_session_timeout":480,"assumable":true,"assumable_account_type":false,"assumption_duration":"day","assumption_expiration":"2025-10-10T12:12:12Z","authentication":{"agent":{"enforce_sso":false,"google_login":false,"office_365_allowed_tids":"","office_365_enforce_tid":false,"office_365_login":false,"password":{"disallow_local_part_from_email":false,"failed_attempts_allowed":10,"is_available":true,"max_sequence":null,"password_complexity":0,"password_duration":0,"password_history_length":0,"password_in_mixed_case":false,"password_length":5},"primary_external_auth":null,"remote_bypass":2,"remote_bypass_name":"admins","remote_login":false,"security_policy_id":350,"security_policy_name":"recommended","sso_auto_redirect":false,"zendesk_login":true},"end_user":{"enforce_sso":false,"facebook_login":false,"google_login":false,"office_365_login":false,"primary_external_auth":null,"remote_login":false,"security_policy_id":350,"security_policy_name":"recommended","sso_auto_redirect":false,"twitter_login":false,"zendesk_login":true}},"csp_blocking_enabled":true,"email_agent_when_sensitive_fields_changed":true,"end_user_session_timeout":480,"ip":{"enable_agent_ip_restrictions":false,"ip_ranges":"127.0.0.1 127.0.0.2","ip_restriction_enabled":true},"maximum_session_duration":720,"maximum_session_duration_enabled":true,"mobile_app_access":true,"mobile_app_session_timeout":300,"two_factor_last_update":"2025-09-08T18:12:19Z"}}