Tenants

Return a list of tenants who are missing required variables.

get/tenants/variables-missing

Query parameters

environmentIdstring

An Environment ID, to limit the set of inspected Tenants to those connected to a particular Environment. Example: Environments-202.

includeDetailsboolean

A switch to indicate whether missing variable details should be returned along with names. When false, each result names only the tenant, which is enough to check whether a tenant is missing anything at all.

projectIdstring

A Project ID, to limit the set of inspected Tenants to those connected to a particular Project. Example: Projects-202.

tenantIdstring

An ID for a Tenant. If supplied, will limit the result to variables missing for the Tenant identified by the ID. Example: Tenants-101.

Response

List of tenants who are missing required variables.

Linksobject
TenantIdstring

Example response

[
  {
    "MissingVariables": [
      {
        "EnvironmentId": "Environments-1"
      }
    ],
    "TenantId": "Tenants-1"
  }
]

Changes

No recorded changes to this endpoint across all 7 revisions of this API.