---
title: "List end users for the organization (optionally filter by org_external_end_user_id)"
method: GET
path: "/v1/identity/end-users"
tags: ["identity"]
---

# List end users for the organization (optionally filter by org_external_end_user_id)

`GET /v1/identity/end-users`

## Query parameters

- `org_external_end_user_id` string, nullable
- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPageEndUserResponse
  - `items` EndUserResponse[], required
    - `uid` string, required
    - `org_id` string, required
    - `status` string, required
    - `display_name` string, nullable
    - `primary_email` string, nullable
    - `primary_phone` string, nullable
    - `metadata` object
    - `org_external_end_user_id` string, nullable
    - `merged_into` string, nullable
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
