Policy Types REST Endpoints

Policy/Policy Types
Use this endpoint to manage policy types. A policy type is meta data that controls policy and rules for each type of policy, such as Authentication, Attribute Value Generation, User Name Generation, Grant, and so on. This REST API is SCIM compliant.
Create a Policy Type
Method: post
Path: /admin/v1/PolicyTypes
Delete a Policy Type
Method: delete
Path: /admin/v1/PolicyTypes/{id}
Get a Policy Type
Method: get
Path: /admin/v1/PolicyTypes/{id}
HTTP Options
Method: options
Path: /admin/v1/PolicyTypes
Replace a Policy Type
Method: put
Path: /admin/v1/PolicyTypes/{id}
Search Policy Types
Method: get
Path: /admin/v1/PolicyTypes
Search Policy Types Using POST
Method: post
Path: /admin/v1/PolicyTypes/.search
Update a Policy Type
Method: patch
Path: /admin/v1/PolicyTypes/{id}