Using TypeScript? Check out our GraphQL SDK for a fully typed client.
You can add a customer to multiple tenants.When selecting the customer you can chose how to identify them. You can use the customer’s email, externalId or id.For this mutation you need the following permissions:
customer:edit
customerTenantMembership:create
Mutation
mutation addCustomerToTenants($input: AddCustomerToTenantsInput!) { addCustomerToTenants(input: $input) { error { message type code fields { field message type } } }}