Mutations
setCustomerTenants
Replaces the full set of tenant memberships for a customer in a single call.
Any tenants not included in the input are removed; any new ones are added.
Use this when syncing tenant membership from your own system rather than tracking individual add/remove changes.
Requires the customer:edit, customerTenantMembership:create, and customerTenantMembership:delete permissions.
MUTATION
setCustomerTenants(input: SetCustomerTenantsInput!): SetCustomerTenantsOutput!Arguments
input
required
Returns
customer
error
Mutation
Variables
Response
Mutation
Variables
Response

