Fetch Employees with Form Review or Supervisor Access

This API retrieves a list of employees who have the necessary permissions to review a form or act as a supervisor

Response Model

Json PropertyData TypeDescription
employeesList<EmployeesWithRolePermission>List of employees who have permission for review or supervision
errorAPIV2ErrorModelError details of the API response (if any)

employees object (EmployeesWithRolePermission)

Json PropertyData TypeDescription
idstringUnique identifier of the employee
namestringName of the employee
is_supervisorbool?Indicates if the employee is a supervisor (nullable)
Language
Credentials
Header
Click Try It! to start a request and see the response here!