---
title: "List a company's users, scoped to the caller's network"
method: GET
path: "/api/users/"
tags: ["Users"]
---

# List a company's users, scoped to the caller's network

`GET /api/users/`

Paginated, filterable, sortable list of users joined with `user_companies`, restricted to companies reachable from the caller via `companies_service_company_links`. `isDropDown=true` returns an unpaginated, narrower-column variant for select inputs.

## Query parameters

- `page` integer
- `count` integer
- `sort` string
- `q` string
- `filter` string
- `companyId` string
- `role` string
- `selectCoWorkers` union
  - boolean
  - string
- `isDropDown` union
  - boolean
  - string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `firstName` string
    - `lastName` string
    - `email` string
    - `role` string
    - `companyId` string
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `pageSize` number, required
    - `totalCount` number, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
