get
https://api.zenoti.com/v1/Centers//employees/flat_file?employee_id=&filter_by=is_forms_review_enabled&expand=is_supervisor
This API retrieves a list of employees who have the necessary permissions to review a form or act as a supervisor
Response Model
| Json Property | Data Type | Description |
|---|---|---|
| employees | List<EmployeesWithRolePermission> | List of employees who have permission for review or supervision |
| error | APIV2ErrorModel | Error details of the API response (if any) |
employees object (EmployeesWithRolePermission)
| Json Property | Data Type | Description |
|---|---|---|
| id | string | Unique identifier of the employee |
| name | string | Name of the employee |
| is_supervisor | bool? | Indicates if the employee is a supervisor (nullable) |
