Skip to main content
PATCH
Sets which tier a target account belongs to, using the name your workspace uses or the tier’s id. This is a separate endpoint from the account’s own fields on purpose: a tier is not stored on the target account. It belongs to the company behind it — the same record the Accounts and People tables show a tier on — so setting one here and setting one in the app write the same thing.

Path Parameters

string
required
The target account’s id, from List Target Accounts.

Body

Send one of the two. tier_id wins if you send both.
string
Tier name, as your workspace spells it. See List Account Tiers. Send "" to clear the tier.
string
The tier’s id, if you have it. Send "" to clear the tier.
Tier names are yours. One workspace uses “A / B / C”, the next uses “Strategic / Growth / Watch”. An unknown name is rejected rather than created, and the error lists where to find the real ones — so read the vocabulary before writing to it.
409 means the account has not matched a company yet. A tier attaches to the company behind an account, so until Clustr has matched one there is nothing to file. The fix is to add or correct the account’s LinkedIn URL, which makes the match exact. This is the one failure here that is about your data rather than your request.