Function reactivateTenant

  • Reactivates a deactivated tenant. Tenants can be reactivated until the estimatedPurgeDate provided at time of deactivation. You must use a regional OAuth client generated via the My Qlik portal to call this endpoint. Tenant creation, deactivation, and reactivation requests must be sent to the register endpoint in the relevant Qlik Cloud region, e.g. https://register.us.qlikcloud.com/api/v1/tenants/{tenantId}/actions/reactivate if interacting with tenants in the us region.

    Parameters

    • tenantId: string

      The id of the tenant to reactivate

    • body: unknown

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<ReactivateTenantHttpResponse>

    ReactivateTenantHttpError