Search for Supported Locales
GET {{HOST}}/admin/v1/AllowedValues/supportedLocales
Use this example to search for the supported locales for use when creating terms of use statements for each langauage that you need.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"supportedLocales","attrName":"supportedLocales","idcsLastModifiedBy":{"value":"UnAuthenticated"},"meta":{"created":"2018-09-14T11:30:18Z","lastModified":"2018-09-14T11:30:18Z","resourceType":"AllowedValue","location":"https://tenant-base-url/admin/v1/AllowedValues/supportedLocales"},"idcsCreatedBy":{"value":"UnAuthenticated"},"attrValues":[{"value":"de"},{"value":"en"},{"value":"es"},{"value":"fr"},{"value":"it"},{"value":"pt"},{"value":"zh-Hans"},{"value":"zh-Hant"},{"value":"ja"},{"value":"ko"},{"value":"no"}],"schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AllowedValue"]}