post https://{subdomain}.workable.com/spi/v3/candidates//relocate
Moves a candidate to another job. Required scope: w_candidates
. Accessible with all token types.
Copy vs Relocate
The only difference between these two endpoints is that the Copy method preserves the source candidate while the Relocate method deletes it.
Want to retrieve the created candidate?
This endpoint creates a new candidate on the specified job and stage. To get the new candidate follow the URL from the body of the response.
A complete request would be
{
"member_id": "13e0eb0e",
"target_job_shortcode": "GROOV005",
"target_stage": "applied"
}