Skip to main content
When upserting a tenant you need to specify an externalId which matches the id of the tenant in your own backend.
For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
For example if your product is structured in teams, then when creating a tenant for a team you’d use the team’s id as the externalId. To upsert a tenant you need the following permissions:
  • tenant:read
  • tenant:create
Mutation
Variables