---
title: "List Entity Users"
method: GET
path: "/api/v1/admin/openbb/users/entity/{entity_uuid}"
tags: ["Admin APIs", "openbb-users"]
---

# List Entity Users

`GET /api/v1/admin/openbb/users/entity/{entity_uuid}`

List all users belonging to a specific entity.

Note: This endpoint fetches all users from OpenBB Hub and filters by entity
client-side, as the OpenBB Hub API doesn't support direct entity-based
user filtering. All pages are fetched to ensure complete results.

## Path parameters

- `entity_uuid` string, required

## Query parameters

- `page` integer — Page number
- `size` integer — Items per page

## Response `200`

Successful Response

- OpenBBUserListResponse — Schema for paginated user list response.
  - `items` OpenBBUserRead[], required
    - `uuid` string, required
    - `email` string, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `permissions` OpenBBUserPermissions — Schema for user permissions.
      - `uuid` string, nullable
      - `name` string, nullable
      - `entity` object, nullable
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
