---
title: "Get New Talent Requirements"
method: GET
path: "/v1/talent-requirement"
tags: ["Talent"]
---

# Get New Talent Requirements

`GET /v1/talent-requirement`

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

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

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

- NewTalentRequirement
  - `firstName` boolean — A flag indicating firstName may be required when creating a new talent.
  - `lastName` boolean — A flag indicating lastName may be required when creating a new talent.
  - `country` boolean — A flag indicating residentAddress/country may be required when creating a new talent.
  - `address` boolean — A flag indicating residentAddress/street1 may be required when creating a new talent.
  - `city` boolean — A flag indicating residentAddress/city may be required when creating a new talent.
  - `state` boolean — A flag indicating residentAddress/state_Province may be required when creating a new talent.
  - `zip` boolean — A flag indicating residentAddress/postalCode may be required when creating a new talent.
  - `phone` boolean — A flag indicating mobilePhone, homePhone or workPhone may be required when creating a new talent.
  - `email` boolean — A flag indicating emailAddress may be required when creating a new talent.
  - `linkedInProfile` boolean — Not implemented.
  - `personalSite` boolean — Not implemented.
  - `custom1` boolean — Not implemented.
  - `custom2` boolean — Not implemented.
  - `skills` boolean — Not implemented.
  - `applicantTags` boolean — Not implemented.
  - `resume` boolean — Not implemented.
  - `region` boolean — Not implemented.
  - `currentCompany` boolean — Not implemented.
  - `applicantSource` boolean — Not implemented.
  - `industryExperience` boolean — Not implemented.
  - `workHistoryCompany` boolean — Not implemented.
  - `workHistoryPosition` boolean — Not implemented.
  - `educationHistorySchool` boolean — Not implemented.
  - `educationDegree` boolean — Not implemented.
  - `educationField` boolean — Not implemented.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
