Staff Management
Manage receptionists, support staff, and doctor assignments within your clinic.
Updated June 2026 5 min read
The Staff Management module gives clinic administrators complete control...
Staff Account Types
- Clinic Admin — Full access...
- Receptionist — Manage appointments...
- Support Staff — Read-only access...
Managing Doctors
Doctors are distinct from staff...
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/clinic/staff | List all staff accounts |
| POST | /api/clinic/staff | Create staff account |
| PUT | /api/clinic/staff/:id | Update staff |
| DELETE | /api/clinic/staff/:id | Remove staff |
| GET | /api/clinic/doctors | List doctors |
| POST | /api/clinic/doctors | Invite doctor |
| DELETE | /api/clinic/doctors/:id | Unlink doctor |
Staff account deletion
Deleting a staff account is irreversible...