Employees
List the coach's team members (employees), including name, phone, email, and role. Keys restricted to specific employees only see those.
get/api/public/employees
Query parameters
pageinteger
Page number (1-based, default 1)
limitinteger
Number of items to return (default 25, max 500)
status'active' | 'inactive' | 'all'
Filter by employee status (default: active)
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.