v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Get Max User Session Timeout policy.

Get 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

get/v1/policies/maxUserSessionTimeout

Response

The Max User Session Timeout policy.

maxUserSessionTimeoutstring required

Maximum web session timeout users are able to configure within their user preferences. Valid values are: 5m, 15m, 30m, 1h, 2h, 6h, 12h, 1d, 2d, 3d, 5d, or 7d

Example response

{
  "maxUserSessionTimeout": "1d"
}