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: postPath:
/sites/management/api/v1/policies/{id}/approvers - Add or Remove Users, Applications or Groups from the Approvers List
- Method: patchPath:
/sites/management/api/v1/policies/{id}/approvers - Clear the Approvers List
- Method: deletePath:
/sites/management/api/v1/policies/{id}/approvers - Get an Approvers List Member
- Method: getPath:
/sites/management/api/v1/policies/{id}/approvers/{memberId} - Get an Example Request Body for Creating Policy Approvers Member Resources
- Method: getPath:
/sites/management/api/v1/policies/{id}/approvers/create-form - Get the Group Details for a Member
- Method: getPath:
/sites/management/api/v1/policies/{id}/approvers/{memberId}/group - Get the User or Application Details for a Member
- Method: getPath:
/sites/management/api/v1/policies/{id}/approvers/{memberId}/user - List Approvers
- Method: getPath:
/sites/management/api/v1/policies/{id}/approvers - Remove a User, Application or Group from the Approvers List
- Method: deletePath:
/sites/management/api/v1/policies/{id}/approvers/{memberId} - Replace the Users, Applications or Groups in the Approvers List
- Method: putPath:
/sites/management/api/v1/policies/{id}/approvers - Verify a User, Application or Group Is a Member of the Approvers List
- Method: postPath:
/sites/management/api/v1/policies/{id}/approvers/contains