Allowed Values REST Endpoints

Common/Allowed Values
Maintains a list of valid 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.
Define Allowed Values
Method: post
Path: /admin/v1/AllowedValues
Delete an Allowed Value
Method: delete
Path: /admin/v1/AllowedValues/{id}
Get Allowed Values
Method: get
Path: /admin/v1/AllowedValues/{id}
HTTP Options
Method: options
Path: /admin/v1/AllowedValues
Replace an Allowed Value
Method: put
Path: /admin/v1/AllowedValues/{id}
Search Allowed Values
Method: get
Path: /admin/v1/AllowedValues
Search Allowed Values Using POST
Method: post
Path: /admin/v1/AllowedValues/.search
Update an Allowed Value
Method: patch
Path: /admin/v1/AllowedValues/{id}