tenantProvisioningChange
Graphql fields and variables for the tenantProvisioningChange query
Scope required: standard:read
For a complete list of possible response fields see the TenantProvisioningChange type.
query tenantProvisioningChange ($id: ID, $code: String, $format: String) {
tenantProvisioningChange (id: $id, code: $code, format: $format) {
change
createdAt
features
featuresJson
id
updatedAt
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?