View timeout policies

GET https://{{host}}/identity-management/v3/user-admin/common/timeout-policies

This operation lists the supported session timeout policies. The name for each timeout period is in minutes, and the time value is in seconds. Administrators should use the sessionTimeout values from this operation to set a user's timeout policy. Users should run the View timeout policies for a user profile operation before setting their timeout policy.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"name":"after15Minutes","value":900},{"name":"after30Minutes","value":1800},{"name":"after45Minutes","value":2700},{"name":"after1Hour","value":3600},{"name":"after2Hours","value":7200},{"name":"after4Hours","value":14400},{"name":"after18Hours","value":64800}]