---
title: "Returns details for a single New Hire"
method: GET
path: "/new-hires/{newHireId}"
tags: ["new-hires"]
---

# Returns details for a single New Hire

`GET /new-hires/{newHireId}`

## Response `200`

New Hire details were retrieved

- NewHire
  - `id` string, uuid, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `phone` string
  - `socialMedia` SocialMedia, required
    - `skype` string
    - `linkedIn` string
    - `facebook` string
    - `twitter` string
    - `website` string
    - `indeed` string

## Other responses

- `401` — With codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `404` — With codes: * **'NEW_HIRE_NOT_FOUND'** when there is no New Hire present for given id
- `500` — Unexpected error

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
