Target Accounts
Set Target Account Tier
File one target account under a tier
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.