Retrieve a paginated list of staff members for the account. Supports filtering by location, status, and practitioner status.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/staff
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/staff
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/staff?locationId=0&isPractitioner=true&status=string&firstName=string&lastName=string&email=string&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "nextCursor": "string", "staff": [ { … } ] }