Bulk add or remove viewer ACL for DSR or LiveSend

Grants or revokes viewer access for multiple users on a DSR or LiveSend engagement link.
This API is supported only when SSO-based authentication is enabled for the DSR or LiveSend link URL.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier for a DSR or LiveSend access‑link URL. It appears as the last segment of the URL, e.g.:

  1. DSR link:
    https://tenant.seismic.com/ls/9422fa23-c186-4036-82d4-ac3be1af9b83/{link URL identifier}

  2. LiveSend link:
    https://tenant.seismic.com/i/{link URL identifier}

string
enum
required

Engagement type for the target link. Allowed values are DSR or LiveSend only; any other value is rejected as invalid input.

Allowed:
Body Params

The request body is a JSON Patch operation array applied to the ACL collection of the target engagement link. Each item describes one add or remove action for a single user identifier key. Use op=add with value.allowedList (for example ["view"]) to grant access, and op=remove with only path to revoke access.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses
200

OK

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