Account Tags
Set An Account's Tags
Replace the tags on one account
PUT
Sets which tags an account carries.
A replace rather than add/remove verbs because the picker that drives it already
holds the account’s full set, which makes one request idempotent: the same body
sent twice leaves the same tags. Add/remove would make every caller diff, and a
dropped request would leave a set nobody intended.
Path Parameters
string
required
The account’s
company_id — the company UUID — from
List Accounts.Not the account’s id, which is its LinkedIn numeric id. Both ship on every
account row; this endpoint takes the UUID, because a tag assignment is keyed
the same way the account’s workflow state is.Body
string[]
required
The complete set of tag ids the account should carry, from
List Account Tags. An id belonging to
another workspace is rejected.