---
title: "GET /api/v1/organizations/users"
method: GET
path: "/api/v1/organizations/users"
---

# GET /api/v1/organizations/users

`GET /api/v1/organizations/users`

## Query parameters

- `pageSize` number
- `pageCursor` string
- `filter` object
  - `id` string — User UUID
  - `email` string — Email address
  - `admin` boolean — Admin privileges
  - `active` boolean — Active status
  - `identifier` string — Either email or id
  - `orgMemberRole` string — Role: "ADMIN" | "MEMBER" | "REPRESENTATIVE"

## Response `200`

Success

- object
  - `data` object[]
    - `id` string
    - `organizationId` string
    - `email` string
    - `isAdmin` string
    - `orgMemberRole` string
    - `isActive` string
    - `createdAt` string
    - `agents` object[]
      - `agentId` string
      - `walletType` string
      - `walletNetworks` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis.md) · [All operations](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyfire/skyfire-agent-and-token-apis/revisions/209ba8f90d59/schema)
