---
title: "Fetch a staff member"
method: GET
path: "/v1/staff/{staff_id}"
tags: ["Staff"]
---

# Fetch a staff member

`GET /v1/staff/{staff_id}`

Fetch a staff member

**Required scope: `business/staff:read`**

## Path parameters

- `staff_id` string, required — The unique identifier of the staff member.

## Response `200`

Successful Response

- Staff
  - `id` string, required — The unique identifier of the staff member.
  - `staff_number` string, nullable — The staff number set by an external system, such as a point-of-sale integration, used to reconcile this staff member to that system. `null` when no external staff number has been recorded.
  - `role` 'administrator' | 'custom' | 'manager' | 'staff_member' | 'supervisor', required
  - `status` 'active' | 'inactive', required
  - `first_name` string, nullable, required — The first name of the staff member.
  - `last_name` string, nullable, required — The last name of the staff member.
  - `created_at` string, date-time, required — The date and time the staff member was added to the business in ISO 8601 format.
  - `updated_at` string, date-time, required — The date and time the staff member was last updated in ISO 8601 format.
  - `deleted_at` string, date-time, nullable — The date and time the staff member was removed from the business in ISO 8601 format, or `null` if they are still active.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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