Members REST Endpoints
Templates/Members
Sharing templates with users, applications or groups.
- Batch Unshare Users, Applications or Groups
- Method: deletePath:
/sites/management/api/v1/templates/{id}/members - Get an Example Request Body for Creating Template Member Resources
- Method: getPath:
/sites/management/api/v1/templates/{id}/members/create-form - Get an Example Request Body for Editing Template Member Resources
- Method: getPath:
/sites/management/api/v1/templates/{id}/members/{memberId}/edit-form - Get the Group Details for a Member
- Method: getPath:
/sites/management/api/v1/templates/{id}/members/{memberId}/group - Get the Sharing Role for a User or Group
- Method: getPath:
/sites/management/api/v1/templates/{id}/members/{memberId} - Get the User or Application Details for a Member
- Method: getPath:
/sites/management/api/v1/templates/{id}/members/{memberId}/user - Leave the Template
- Method: postPath:
/sites/management/api/v1/templates/{id}/members/leave - List the Users, Applications and Groups a Template is Shared With
- Method: getPath:
/sites/management/api/v1/templates/{id}/members - Share a Template with a User, Application or Group
- Method: postPath:
/sites/management/api/v1/templates/{id}/members - Unshare a Template
- Method: deletePath:
/sites/management/api/v1/templates/{id}/members/{memberId} - Update the Sharing Role
- Method: patchPath:
/sites/management/api/v1/templates/{id}/members/{memberId}