v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpoliciesManagement
Set Max User Session Timeout policy.
Set the Max User Session Timeout policy. When enabled, this policy sets the maximum web session timeout users are able to configure within their user preferences. Users preferences will be updated to match this value only if their current preference is set to a higher value. Learn More
put/v1/policies/maxUserSessionTimeout
Request body
Example request
{
"maxUserSessionTimeout": "1d"
}Response
Max User Session Timeout policy was set successfully.
Example response
{
"maxUserSessionTimeout": "1d"
}