Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v2/employees | Returns the list of registered staff members. |
PUT | /api/v1/employees | Adds new staff members to the system. |
POST | /api/v1/employees | Updates information of existing staff members. |
DELETE | /api/v1/employees | Removes staff members from the system. |
GET | /api/v1/employees | Returns the permissions of staff members. |