Add viewer ACL for DSR or LiveSend

Add viewer ACL(Access Control List) to a given LiveSend or DSR(Digital Sales Room) link. If some user has an account in the customer’s SSO but is not a recipient for the link or not in the ACL, then that user cannot open the link. The LiveSend or DSR ID can be extracted from the DSR or LiveSend link. This API can be used in conjunction with the Link Generation API.
Examples of how to locate the LiveSend or DSR ID in a link:

  1. For a DSR link: https://tenant.seismic.com/ls/9422fa23-c186-4036-82d4-ac3be1af9b83/{DSR ID}
  2. For a LiveSend link: https://tenant.seismic.com/i/{LiveSend ID}
Path Params
string
required

Uri encoded user identifier string. Fox example, test%40seismic.com is the email address [email protected].

string
required

DSR or LiveSend ID.

string
required

The value can be ONLY either DSR or LiveSend, other inputs are invalid.

Body Params

{ "allowedList": [ "view" ] }

allowedList
array of strings
required

Link allowed access list.

allowedList*
Responses
200

OK

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json