For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
tierMembership:readtierMembership:create
Mutation
Variables
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set the tier for a tenant explicitly, rather than inheriting it.
tierMembership:readtierMembership:createmutation updateTenantTier($input: UpdateTenantTierInput!) {
updateTenantTier(input: $input) {
tenantTierMembership {
id
tierId
}
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"tenantIdentifier": {
"externalId": "XXX"
},
"tierIdentifier": {
"externalId": "XXX"
}
}
}
Was this page helpful?
