tenantProvisioningChangeUpdate

Graphql fields and variables for the tenantProvisioningChangeUpdate mutation

Change the provisioning state to trigger a provisioning workflow

Scope required: standard:write

For a complete list of input attributes see the TenantProvisioningChangeAttributes type

mutation tenantProvisioningChangeUpdate ($id: ID!, $attributes: TenantProvisioningChangeAttributes!) {
  tenantProvisioningChangeUpdate (id: $id, attributes: $attributes) {
      errors
      tenantProvisioningChange {
        change
        createdAt
        features
        featuresJson
        id
        updatedAt
      }
  }
}

Arguments

{
  "id": "456123",
  "attributes": {
    "state": "TenantProvisioningState"
  }
}
Name
Type
Description

Response

Name
Type
Description

errors

List (String)

tenantProvisioningChange

Last updated

Was this helpful?