---
title: "listUsers"
method: GET
path: "/v1/users"
tags: ["User V1"]
---

# listUsers

`GET /v1/users`

Lists users in organizations you have access to

## Query parameters

- `org_ids` OrganizationId[]
- `query` string
- `limit` number
- `offset` number

## Response `200`

List of users

- object
  - `users` User[]
    - `id` string, required — User's unique identifier
    - `organization_id` string, required
    - `email` string, email, required
    - `display_name` string
    - `name` string, required
    - `preferred_language` string, required
    - `signature` string
    - `custom_navigation` string, nullable — Navigation unique identifier - a hash of the normalized navigation payload (name + configuration). Identical navigations across orgs will have the same ID.
    - `roles` string[], required — Deprecated! Please use Permissions API instead
    - `image_uri` object, nullable
      - `original` string, uri
      - `thumbnail_32` string, uri
    - `properties` object[], required
      - `name` string, required
      - `value` string, required

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
