API Reference
API Reference

/candidates/:id/tags

Updates candidate's tags. Required scope: w_candidates. Accessible with all token types.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
  ]
}
Path Params
string
required

The candidate's id

Body Params
tags
array of strings
required
tags*
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json