---
title: "GET /sites/multiscreen/{site_name}/booking/staff-members"
method: GET
path: "/sites/multiscreen/{site_name}/booking/staff-members"
---

# GET /sites/multiscreen/{site_name}/booking/staff-members

`GET /sites/multiscreen/{site_name}/booking/staff-members`

## Path parameters

- `site_name` string, required

## Response `200`

200

- object
  - `limit` integer — Page size applied for request
  - `offset` integer — Offset applied for request
  - `results` object[] — Content payload
    - `account_name` string — Name of the Duda account associated with the staff member. For more information about accounts, see: https://developer.duda.co/reference/accounts-object
    - `email` string — Email address of the staff member
    - `id` string — Unique identifier for the staff member
    - `name` string — Full name of the staff member
  - `site_name` string — Owning site
  - `total_responses` integer — Total amount of elements matching requested filters

## Other responses

- `400` — 400

---

[API](https://skmtc.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/versions/5b9208270ed1/schema)
