Bulk add or remove viewer ACL for DSR or LiveSend

Bulk add or remove 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

DSR or LiveSend ID.

string
required

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

Body Params

The request body is a JSON patch document containing a dictionary of string keys(user identifier) and allowedList values that represent the changes for linkId. Resources: https://jsonpatch.com/ and https://learn.microsoft.com/en-us/aspnet/core/web-api/jsonpatch?view=aspnetcore-7.0

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
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