List tenants for a deployment policy (Beta)

View as MarkdownOpen in Claude
List tenants for a deployment policy. **Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer. ### Usage notes - Retrieve the `deploymentPolicyId` from the [/v2/deploymentPolicies](https://help.sigmacomputing.com/reference/list-deployments) endpoint. ### Usage scenarios - Review and audit documents deployed to specific tenant organizations.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

deploymentPolicyIdstringRequired

Query parameters

pageTokenstringOptional
pageSizeintegerOptional

Response

The response body.
entrieslist of strings
Array of results returned by the endpoint
nextPageTokenstring

A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results. Must be treated as an opaque string.