---
title: "Return list of staff of member by ID"
method: GET
path: "/api/Members/{id}/Staff"
tags: ["Members"]
---

# Return list of staff of member by ID

`GET /api/Members/{id}/Staff`

## Path parameters

- `id` integer, required

## Response `200`

OK

- StaffListItem
  - `value` Staff[], nullable
    - `surname` string, nullable
    - `forename` string, nullable
    - `title` string, nullable
    - `details` string, nullable
  - `links` Link[], nullable
    - `rel` string, nullable
    - `href` string, nullable
    - `method` string, nullable

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/parliament/apis/members-api.md) · [All operations](https://skmtc.dev/parliament/apis/members-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parliament/members-api/revisions/26f2e69c0d24/schema)
