Skip to main content
PUT
Sets which tags an account carries.
This REPLACES the account’s tags. It is not an add. Send every tag the account should end up with — including the ones it already has — or the ones you leave out are removed.Send {"tag_ids": []} to clear them all.
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.