Logo
Akamai APIs API Documentation

Locale

Number of APIs: 8


1. View countries

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

This operation lists the supported countries. Administrators should use the values from this operation to add or update a user's country. Users should run the View supported countries for a user profile operation before modifying their country.



2. View states

GET https://{{host}}/identity-management/v3/user-admin/common/countries/:country/states

This operation lists the supported U.S. states or Canadian provinces. Administrators should use the values from this operation to add or update a user's state. If a user's state or province is unknown, use TBD. Users should run the View states for a user profile operation before modifying their state.



3. View languages

GET https://{{host}}/identity-management/v3/user-admin/common/supported-languages

This operation lists the supported languages. Administrators should use the values from this operation to set a user's preferredLanguage. Users should run the View languages for a user profile operation before setting their preferred language.



4. View time zones

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

This operation lists the supported time zones in the ISO 8601 format. Administrators should use the values from this operation to set a user's timeZone. Users should run the View time zones for a user profile operation before setting their time zone.



5. View supported countries for a user profile

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

This operation lists the supported countries. Users should use the values from this operation to add or update their country. Administrators should run the View supported countries operation before modifying a user's country.



6. View states for a user profile

GET https://{{host}}/identity-management/v3/user-profile/common/countries/:country/states

This operation lists the supported U.S. states or Canadian provinces. Users should use the values from this operation to add or update their state. Administrators should run the View states operation before modifying a user's state.



7. View languages for a user profile

GET https://{{host}}/identity-management/v3/user-profile/common/supported-languages

This operation lists the supported languages. Users should use the values from this operation to set their preferred language. Administrators should run the View languages operation before setting a user's preferred language.



8. View time zones for a user profile

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

This operation lists the supported time zones in the ISO 8601 format. Users should use the values from this operation to set their timeZone. Administrators should run the View time zones operation before setting a user's time zone.



ENDPOINTS