Status system
Each employee has a status indicating their availability:Data model
Endpoints
List employees
employees:read | Pagination: yes
Filters:
Get employee
employees:read
Create employee
employees:write
Required fields: name
Update employee
employees:write
Common use case: changing the status (e.g., marking an employee as on vacation).
Delete employee
employees:write | Returns 204 No Content
Common patterns
Sync employee status from HR system
Related resources
- Agents — Parent resource
- Forwarding Slots — Call routing using employees
- Employee Management — Dashboard UI guide