Update a dashboard's embed access
Dashboard Embed Access
Update a dashboard's embed access
PUT
Update a dashboard's embed access
Add, update, or remove one embed audience from a workbook’s published dashboard, and/or toggle signed embedding. Returns the updated embed-access view.
Provide exactly one target —
embedTenantName (a single embed tenant) or allEmbedUsers: true (every embed tenant) — together with action: "read" grants access, "none" removes it. Include allowEmbed to also flip “Allow signed embedding” in the same request; omit both targets to change only allowEmbed.
Requires manage access to the workbook. Returns 404 if the workbook or the named embed tenant does not exist, and 400 if the request specifies no change or sets allowEmbed on a workbook that has no published dashboard.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Body
application/json
UpdateEmbedAccessInput