Custom Allowed Values REST Endpoints

Common/Custom Allowed Values
Maintains a list of custom allowed values for attributes. The UI and the server validate attribute values such as Country, Locale, Timezone, and so on against this list. This REST API is SCIM compliant.

Added In Release: 17.4.6
Get a Custom Allowed Value
Method: get
Path: /admin/v1/CustomAllowedValues/{id}
HTTP Options
Method: options
Path: /admin/v1/CustomAllowedValues
Replace a Custom Allowed Value
Method: put
Path: /admin/v1/CustomAllowedValues/{id}
Search Custom Allowed Values
Method: get
Path: /admin/v1/CustomAllowedValues
Search Custom Allowed Values Using POST
Method: post
Path: /admin/v1/CustomAllowedValues/.search
Update a Custom Allowed Value
Method: patch
Path: /admin/v1/CustomAllowedValues/{id}