Logo
Akamai APIs API Documentation

Policies

Number of APIs: 4


1. View password policy

GET https://{{host}}/identity-management/v3/user-admin/common/password-policy

This operation lists the password policy for the account. The tokens in your API client determine the account. Administrators should use the values from this operation to set a user's password policy. Users should run the View password policy for a user profile operation before setting their password policy.



2. 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.



3. View password policy for a user profile

GET https://{{host}}/identity-management/v3/user-profile/common/password-policy

This operation lists the password policy for the account. The account is determined by the tokens in your API client. Users should use the values from this operation to set their password policy. Administrators should run the View password policy operation before setting a user's password policy.



4. 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.



ENDPOINTS