tenantProvisioningSend
Graphql fields and variables for the tenantProvisioningSend mutation
Last updated
Was this helpful?
Graphql fields and variables for the tenantProvisioningSend mutation
Send a provisioning webhook to the tenant
Scope required: product:write
mutation tenantProvisioningSend ($tenantId: ID!) {
tenantProvisioningSend (tenantId: $tenantId) {
errors
message
}
}{
"tenantId": "456123"
}tenantId
ID
errors
List (String)
message
String
Last updated
Was this helpful?
Was this helpful?
