latestOpenAPI 3.0.1Proprietary2026-08-1844131294.9 KB

59cd6443fdbf

Approver Management

Get approver assignments for an employee

Retrieve the current approver assignments for a specific employee across all approval categories.

Returns a list of approver assignments, where each entry contains the approval scope (category) and the UUID of the assigned approver (company user).

get/v1/employees/{employeeId}/approvers

Path parameters

employeeIdstring uuid required

Unique identifier for the employee

Response

Approver assignments retrieved successfully

Example response

{
  "data": [
    {
      "scope": "TIME_OFF",
      "approverId": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}