Create a Talent

Creates a new talent record.

Recipes
📚
Create a Talent
Open Recipe

⚠️

Although the id parameter is listed among the body parameters, it does not need to be specified. The entered value will be overwritten.

📘

If useNewTalentRequirements is set to true or omitted, the endpoint will follow the New Talent Requirements configured in BOLD, in addition to its default required fields.

If useNewTalentRequirements is set to false, the endpoint will ignore the New Talent Requirements in BOLD and will only require FirstName, LastName, and Email in the payload, along with its default required fields.


📘

StatusId and Status

Either a valid StatusId or Status value is required to be passed in the payload.

If both a valid StatusId and a Status value are passed in the payload, the endpoint will set the talent status using the provided StatusId.

If only a valid Status value is passed in the payload, the endpoint will set the talent status using the provided Status value.

  • If the tenant has an existing status configured in Table Editor, that matches with the Status value in the payload, then the endpoint will use that value to set the talent's status, else the end point will create a new status in Table Editor and will set the talent's status to that newly created status.
Language
Credentials
Click Try It! to start a request and see the response here!