Members REST Endpoints

Templates/Members

Sharing templates with users, applications or groups.

Batch Unshare Users, Applications or Groups
Method: delete
Path: /sites/management/api/v1/templates/{id}/members
Get an Example Request Body for Creating Template Member Resources
Method: get
Path: /sites/management/api/v1/templates/{id}/members/create-form
Get an Example Request Body for Editing Template Member Resources
Method: get
Path: /sites/management/api/v1/templates/{id}/members/{memberId}/edit-form
Get the Group Details for a Member
Method: get
Path: /sites/management/api/v1/templates/{id}/members/{memberId}/group
Get the Sharing Role for a User or Group
Method: get
Path: /sites/management/api/v1/templates/{id}/members/{memberId}
Get the User or Application Details for a Member
Method: get
Path: /sites/management/api/v1/templates/{id}/members/{memberId}/user
Leave the Template
Method: post
Path: /sites/management/api/v1/templates/{id}/members/leave
List the Users, Applications and Groups a Template is Shared With
Method: get
Path: /sites/management/api/v1/templates/{id}/members
Share a Template with a User, Application or Group
Method: post
Path: /sites/management/api/v1/templates/{id}/members
Unshare a Template
Method: delete
Path: /sites/management/api/v1/templates/{id}/members/{memberId}
Update the Sharing Role
Method: patch
Path: /sites/management/api/v1/templates/{id}/members/{memberId}