Rules REST Endpoints

Policy/Rules
Use this endpoint to manage policy rules. A rule defines conditions to be evaluated and values that are returned if the conditions are met. This REST API is SCIM compliant.
Create a Rule
Method: post
Path: /admin/v1/Rules
Delete a Rule
Method: delete
Path: /admin/v1/Rules/{id}
Get a Rule
Method: get
Path: /admin/v1/Rules/{id}
HTTP Options
Method: options
Path: /admin/v1/Rules
Replace a Rule
Method: put
Path: /admin/v1/Rules/{id}
Search Rules
Method: get
Path: /admin/v1/Rules
Search Rules Using POST
Method: post
Path: /admin/v1/Rules/.search
Update a Rule
Method: patch
Path: /admin/v1/Rules/{id}