v1

latestOpenAPI 3.0.12026-07-243124341009.5 KB
Talent

Get EEO Definitions

Returns a list of dropdown values for EEO definitions from the Tax tab of the talent profile.

get/v1/talent/getEEODefinitions

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 EEO definitions.

gendersstring[]

A list of values for the Gender dropdown.

racesstring[]

A list of values for the Race dropdown.

disabilitiesstring[]

A list of values for the Disability dropdown.

veterianStatusesstring[]

A list of values for the Veteran Status dropdown.

Example response

{
  "genders": [
    "Male",
    "Female",
    "Non-Binary",
    "I do not wish to answer"
  ],
  "races": [
    "American Indian or Alaska Native",
    "Asian (Not Hispanic or Latino)",
    "Black or African American (Not Hispanic or Latino)",
    "Hispanic or Latino",
    "Native Hawaiian or Other Pacific Islander",
    "Two or More Races (Not Hispanic or Latino)",
    "White (Not Hispanic or Latino",
    "I do not wish to answer"
  ],
  "disabilities": [
    "Individual with Disabilities",
    "Individual without Disabilities",
    "I do not wish to answer"
  ],
  "veterianStatuses": [
    "Armed Forces Services Medal Veteran",
    "Disabled Veteran",
    "Non Veteran",
    "Other Protected Veteran",
    "Recently Separated Veteran",
    "Active Wartime or Campaign Badge Veteran",
    "I do not wish to answer"
  ]
}