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.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
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
}
] |
ENDPOINTS