Add viewer ACL for DSR or LiveSend

Grants viewer access to a specific user 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

URI-encoded user identifier (email address). Replace @ with %40 (e.g., test%40seismic.com represents [email protected]).

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

Specifies the type of engagement link whose viewer access control is being modified.
Supported values are: - "DSR" — Digital Sales Room engagement link - "LiveSend" — LiveSend engagement link
The engagement type determines the authorization model and backend handling logic applied to the request. Values outside the supported set are invalid and will result in a 400 Bad Request response.

Allowed:
Body Params

{ "allowedList": [ "view" ] }

allowedList
array of strings
required

Permission actions to grant. Currently only 'view' (read-only access) is supported. Must contain at least one value.

allowedList*
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