tenantCreate
Graphql fields and variables for the tenantCreate mutation
mutation tenantCreate ($attributes: TenantAttributes!, $subscriptionId: ID!) {
tenantCreate (attributes: $attributes, subscriptionId: $subscriptionId) {
errors
tenant {
accountId
code
createdAt
id
lastLogin
lastSuccessfulWebhookAt
lastWebhookStatus
name
platformId
subdomain
updatedAt
userCount
utilizationMetrics
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
