---
title: "Search for employees"
method: GET
path: "/v2/employees"
tags: ["Employees"]
---

# Search for employees

`GET /v2/employees`

Use this endpoint to search for multiple employees.

## Query parameters

- `companyId` string, uuid
- `email` string
- `code` string
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

Employee search successful

## Other responses

- `403` — Forbidden: User lacks the necessary permissions

---

[API](https://skmtc.net/pleo/apis/gjoll-api.md) · [All operations](https://skmtc.net/pleo/apis/gjoll-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/gjoll-api/versions/c70cd21dc330/schema)
