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

# List organization users

`GET /users`

Lists all users from the organization.

    Scope: users:read

## Response `200`

List of organization users

- User[]
  - `id` string, required — Unique identifier of the user.
  - `name` string, nullable, required — Full name of the user.
  - `email` string, email, required — Email address of the user.
  - `photoUri` string, nullable, required — URL to the profile picture of the user.
  - `role` 'admin' | 'member' | 'viewer', required — Role of the user within the organization.
  - `createdAt` string, date-time, required — Timestamp when the user was created.

## Other responses

- `401` — Invalid or missing API key
- `500` — Internal Server Error

---

[API](https://skmtc.dev/whitewall-dev/apis/waizer-public-api.md) · [All operations](https://skmtc.dev/whitewall-dev/apis/waizer-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whitewall-dev/waizer-public-api/revisions/1b646f6b7fa8/schema)
