---
title: "List Users"
method: GET
path: "/accounts/users"
tags: ["hubUsers"]
---

# List Users

`GET /accounts/users`

Retrieve a list of all users in your Hub organization. Returns user details including roles, projects, and contact information.

## Response `200`

Success

- object
  - `users` User[]
    - `id` string, uuid, required — Unique identifier for the user
    - `email` string, email, required — User's email address
    - `first_name` string — User's first name
    - `last_name` string — User's last name
    - `role` 'super_admin' | 'creator' | 'reader', required — User role within the Hub organization. super_admin can manage all resources, creator can create orders, reader has view-only access.
    - `projects` string[] — List of project IDs the user has access to
    - `created_at` string, date-time — Timestamp when the user was created

## Other responses

- `401` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/skywatch/apis/api-specification.md) · [All operations](https://skmtc.net/skywatch/apis/api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skywatch/api-specification/revisions/51f7c5a8d15d/schema)
