v1

latestOpenAPI 3.0.12026-07-243124341009.5 KB
Talent

Get New Talent Requirements

Returns a list of fields required to create a new talent record.

get/v1/talent-requirement

Headers

RequestIdstring uuid

The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.

Unique request identifier (UUID) used to correlate request data with log entries and events.

FrontOfficeTenantIdinteger

An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.

Tenantstring

Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.

Response

A list of fields required to create a new talent record.

firstNameboolean

A flag indicating firstName may be required when creating a new talent.

lastNameboolean

A flag indicating lastName may be required when creating a new talent.

countryboolean

A flag indicating residentAddress/country may be required when creating a new talent.

addressboolean

A flag indicating residentAddress/street1 may be required when creating a new talent.

cityboolean

A flag indicating residentAddress/city may be required when creating a new talent.

stateboolean

A flag indicating residentAddress/state_Province may be required when creating a new talent.

zipboolean

A flag indicating residentAddress/postalCode may be required when creating a new talent.

phoneboolean

A flag indicating mobilePhone, homePhone or workPhone may be required when creating a new talent.

emailboolean

A flag indicating emailAddress may be required when creating a new talent.

linkedInProfileboolean

Not implemented.

personalSiteboolean

Not implemented.

custom1boolean

Not implemented.

custom2boolean

Not implemented.

skillsboolean

Not implemented.

applicantTagsboolean

Not implemented.

resumeboolean

Not implemented.

regionboolean

Not implemented.

currentCompanyboolean

Not implemented.

applicantSourceboolean

Not implemented.

industryExperienceboolean

Not implemented.

workHistoryCompanyboolean

Not implemented.

workHistoryPositionboolean

Not implemented.

educationHistorySchoolboolean

Not implemented.

educationDegreeboolean

Not implemented.

educationFieldboolean

Not implemented.

Example response

{
  "firstName": true,
  "lastName": true,
  "country": true,
  "address": true,
  "city": true,
  "state": true,
  "zip": true,
  "phone": true,
  "email": true
}