---
title: "Retrieve User Contact"
method: GET
path: "/v2/company/{company_id}/contacts/{identifier}"
tags: ["Users"]
---

# Retrieve User Contact

`GET /v2/company/{company_id}/contacts/{identifier}`

## Path parameters

- `company_id` integer, required
- `identifier` string, int64, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Response `200`

The Contact's data

- object
  - `object` 'contacts', required
  - `data` object, required
    - `id` integer, required
    - `company_id` integer, required
    - `first_name` string, required
    - `last_name` string, nullable, required
    - `pronouns` string, nullable
    - `photo` string, nullable, required — File name of the User's display picture
    - `mobile_phone` string, nullable
    - `home_phone` string, nullable
    - `email` string
    - `type` 'employee' | 'asst_manager' | 'manager' | 'employer', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server Error

---

[API](https://skmtc.net/7shifts/apis/7shifts-api.md) · [All operations](https://skmtc.net/7shifts/apis/7shifts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/7shifts/7shifts-api/revisions/96a02ef888ab/schema)
