Share a workbook with another organization
Share a workbook or a template with another organization. Optionally share the associated datasets, if datasets (deprecated) are used as the source.
### Usage notes
- Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint.
- Retrieve the **templateId** by calling the [v2/templates](https://help.sigmacomputing.com/reference/list-templates) endpoint.
- Retrieve the organization slug from the URL. Ask the recipient organization for the segment of their Sigma URL following `app.sigmacomputing.com`. For example, `app.sigmacomputing.com/sigma-docs` has an organization slug of `sigma-docs`.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
workbookId
Request
The request body.
orgSlugs
The unique identifiers of the organizations to share the workbook with.
copyInputTableData
Whether to copy input table data to the recipient organization.
sendEmail
Whether to send an email to admins in the recipient org.
emailMessage
The message to send to the recipients, if sendEmail is true.
Response
The response body.

