tenantProvisioningSend
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
}
}Arguments
{
"tenantId": "456123"
}Name
Type
Description
tenantId
ID
Response
Name
Type
Description
errors
List (String)
message
String
Last updated
Was this helpful?
