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

# List users

`GET /v1/users`

Returns all users in the workspace including roles and profile access. Also returns the currentUserId of the caller.

## Response `200`

Users

- object
  - `currentUserId` string
  - `users` object[]
    - `_id` string
    - `name` string
    - `email` string
    - `role` string
    - `isRoot` boolean
    - `profileAccess` string[]
    - `createdAt` string, date-time

## Other responses

- `401` — Unauthorized

---

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