Graphql fields and variables for the tenantProvisioningChangeUpdate mutation
Last updated 1 year ago
Was this helpful?
Change the provisioning state to trigger a provisioning workflow
Scope required: standard:write
For a complete list of input attributes see the type
mutation tenantProvisioningChangeUpdate ($id: ID!, $attributes: TenantProvisioningChangeAttributes!) { tenantProvisioningChangeUpdate (id: $id, attributes: $attributes) { errors tenantProvisioningChange { change createdAt features featuresJson id updatedAt } } }
{ "id": "456123", "attributes": { "state": "TenantProvisioningState" } }
id
ID
attributes
errors
List (String)
tenantProvisioningChange