View timeout policies for a user profile

GET https://{{host}}/identity-management/v3/user-profile/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. Users should use the values from this operation to set their sessionTimeout. Administrators should run the View timeout policies operation before setting a user's 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}]