List employees
Lists employees the caller can see. Results are filtered by the caller's accessible organizations; many routes paginate via page and limit.
Scope: payroll:read
Endpoint: GET /api/employees
Example request
curl "https://app.guliel.com/api/employees?organizationId=value" \
-H "Authorization: Bearer $GULIEL_API_KEY"Query parameters
organizationIdreqstringsearchreqstringincludeInactiveenum<2>true · false
Response (200/201)
employeesreqarray<object>idreqstringThe Counterparty id — an employee is a Counterparty edge.individualIdreqstring | nullnamereqstringemailreqstring | nulldateOfBirthreqstring | nullbaseSalaryreqnumber | nullsalaryCurrencyreqstring | nullemploymentStartreqstring | nullemploymentEndreqstring | nullemploymentDatareqobject | nullactivereqbooleanNo employmentEnd, or an employmentEnd in the future.
Error responses
400 | Validation |
401 | Unauthenticated |
403 | Forbidden |
500 | Internal |