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

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

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

## Path parameters

- `site_name` string, required

## Request body

- object
  - `account_name` string — Name of a Duda account that will be 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. Optional if accountName is provided, else required. If provided, overrides the email associated with the account.
  - `name` string — Full name of the staff member. Optional if accountName is provided, else required. If provided, overrides the name associated with the account.
  - `timezone` string — Timezone of the staff member for scheduling

## Response `201`

201

- object
  - `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

## 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/revisions/5b9208270ed1/schema)
