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 company explicitly, rather than inheriting it.
tierMembership:readtierMembership:createmutation updateCompanyTier($input: UpdateCompanyTierInput!) {
updateCompanyTier(input: $input) {
companyTierMembership {
id
tierId
}
error {
message
type
code
fields {
field
message
type
}
}
}
}
{
"input": {
"companyIdentifier": {
"companyDomainName": "acme.com"
},
"tierIdentifier": {
"externalId": "XXX"
}
}
}
Was this page helpful?
