Retrieve detailed information about a specific staff member.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/staff/{staffId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/staff/{staffId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/staff/{staffId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Staff member found and returned successfully
Response
{ "canSelfSchedule": true, "createdAt": "2025-01-15T14:00:00Z", "email": "jane.smith@clinic.com", "firstName": "Jane", "id": 12345, "isPractitioner": true, "lastLoginAt": "2025-01-15T09:00:00Z", "lastName": "Smith", "locationIds": [ 0 ], "npiNumber": "1234567890", "phone": "+15551234567", "profileImageUrl": "string", "status": "ACTIVE", "title": "Office Manager", "updatedAt": "2025-01-15T14:00:00Z" }