Approval Lists REST Endpoints

Policies/Approval Lists

Control who can approve site-management operations using approval lists.

Add a User, Application or Group to the Approvers List
Method: post
Path: /sites/management/api/v1/policies/{id}/approvers
Add or Remove Users, Applications or Groups from the Approvers List
Method: patch
Path: /sites/management/api/v1/policies/{id}/approvers
Clear the Approvers List
Method: delete
Path: /sites/management/api/v1/policies/{id}/approvers
Get an Approvers List Member
Method: get
Path: /sites/management/api/v1/policies/{id}/approvers/{memberId}
Get an Example Request Body for Creating Policy Approvers Member Resources
Method: get
Path: /sites/management/api/v1/policies/{id}/approvers/create-form
Get the Group Details for a Member
Method: get
Path: /sites/management/api/v1/policies/{id}/approvers/{memberId}/group
Get the User or Application Details for a Member
Method: get
Path: /sites/management/api/v1/policies/{id}/approvers/{memberId}/user
List Approvers
Method: get
Path: /sites/management/api/v1/policies/{id}/approvers
Remove a User, Application or Group from the Approvers List
Method: delete
Path: /sites/management/api/v1/policies/{id}/approvers/{memberId}
Replace the Users, Applications or Groups in the Approvers List
Method: put
Path: /sites/management/api/v1/policies/{id}/approvers
Verify a User, Application or Group Is a Member of the Approvers List
Method: post
Path: /sites/management/api/v1/policies/{id}/approvers/contains