List bookable staff members.
List bookable staff members.
Returns a paginated list of staff members, ordered by sort_order then name. Supports search and active/accepts_bookings filters.
GET
List bookable staff members.
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Case-insensitive substring match on staff name.
Filter by active flag (true/false).
Filter by whether the staff accepts bookings (true/false).
Items per page (alias: limit). Default 25, max 100.

