Locale Policies

This resource allows you to create, retrieve, update, and delete locale policies. Local policies contain regional settings (language locale, date format, number format, and currency format) that can be assigned as the tenant default or to individual users. The users' settings take precedence over the default setting for the tenant. Users see the user interface in the language and regional settings assigned to them in their locale policy. The locale policy is assigned to users in People Information.

Operations


Create Locale Policies
POST /v1/commons/locale_policies/multi_create


Create Locale Policy
POST /v1/commons/locale_policies


Delete Locale Policies
POST /v1/commons/locale_policies/multi_delete


Delete Locale Policy by ID
DELETE /v1/commons/locale_policies/{id}


Retrieve Locale Policy
GET /v1/commons/locale_policies


Retrieve Locale Policy by ID
GET /v1/commons/locale_policies/{id}


Retrieve Locales
POST /v1/commons/locale_policies/multi_read


Set Default Locale Policy
POST /v1/commons/locale_policies/apply_update


Update Locale Policies
POST /v1/commons/locale_policies/multi_update


Update Locale Policy by ID
POST /v1/commons/locale_policies/{id}