---
title: "Get Employees"
method: GET
path: "/companies/{id_or_urn}/employees"
tags: ["companies"]
---

# Get Employees

`GET /companies/{id_or_urn}/employees`

## Path parameters

- `id_or_urn` union, required
  - integer
  - string, uuid
  - string

## Query parameters

- `employee_group_type` 'CEO' | 'FOUNDERS_AND_CEO' | 'EXECUTIVES' | 'FOUNDERS' | 'LEADERSHIP' | 'NON_LEADERSHIP' | 'ALL' | 'ADVISORS' | 'NON_PARTNERS'
- `employee_status` 'ACTIVE' | 'NOT_ACTIVE' | 'ACTIVE_AND_NOT_ACTIVE'
- `user_connection_status` 'USER_CONNECTION' | 'TEAM_CONNECTION' | 'NO_CONNECTION'
- `page` integer
- `size` integer
- `cursor` string, nullable — Cursor for pagination. Pass the `page_info.next` value of the previous response to fetch the next page; `page` is ignored when set.

## Response `200`

Successful Response

- SearchOutputPersonUrn
  - `count` integer, nullable
  - `page_info` PaginationMetadata
    - `next` string, nullable
    - `current` string, nullable
    - `has_next` boolean, required
  - `results` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/harmonic/apis/harmonic-ai-public-api.md) · [All operations](https://skmtc.net/harmonic/apis/harmonic-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harmonic/harmonic-ai-public-api/revisions/fbef1ba78f96/schema)
