---
title: "Get company members"
method: GET
path: "/companies/{companyId}/members"
tags: ["Company"]
---

# Get company members

`GET /companies/{companyId}/members`

List the contacts linked to a company, most recently active first. Paginated via `skip` (default 0) and
`limit` (default 50, maximum 200). Each row contains only `_id`, `name`, `email`, `userId`, `avatar` and
`lastActivity`.

## Path parameters

- `companyId` string, required

## Headers

- `project` string, required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/17bf8913206e/schema)
