---
title: "List Staff With Booking Calendars"
method: GET
path: "/developer/test-events/staff-members"
tags: ["Developer", "Developer - Calendar"]
---

# List Staff With Booking Calendars

`GET /developer/test-events/staff-members`

List staff members who have booking calendars configured.

This endpoint is restricted to developer users only.
Returns staff members with their booking calendar timezone for the test event tool.

## Response `200`

Successful Response

- StaffMembersWithBookingCalendarResponse — Response with list of staff members who have booking calendars
  - `staff_members` StaffMemberWithBookingCalendar[] — List of staff members with booking calendars
    - `user_id` string, uuid, required — User UUID
    - `first_name` string, required — User's first name
    - `last_name` string, required — User's last name
    - `email` string, required — User's email
    - `booking_calendar_id` string, uuid, required — Booking calendar UUID
    - `booking_calendar_timezone` string, required — Booking calendar timezone

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
