put
https://{subdomain}.workable.com/spi/v3/candidates//tags
Updates candidate's tags. Required scope: w_candidates. Accessible with all token types.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
The tags list will be assigned to a candidate as is. If the array is empty, all tags of the candidate will be deleted.
A complete request would be:
{
"tags": [
"globetrotter",
"adventurer"
]
}