put https://api.seismic.com/links/v1//viewerACL/
Add or update viewer link permissions to a given livesend link.
PATH PARAMETERS
Key | Type | Description |
---|---|---|
userIdentifier | string | Uri encoded user identifier string. Fox example, test%40seismic.com is the email address [email protected]. |
SCOPES
Requires:
seismic.delivery
See Permissions for additional details.
Body Definitions
{
"flags": ["string"]
}
Attribute | Description |
---|---|
flags | String array. Currently, only support 'view'. |
Rate limiting
This endpoint has a 10 requests per 60 second rate limiting policy.