---
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
    - `lastLoginAt` string, date-time — Last sign-in, stamped at most once an hour, so it is accurate to within an hour rather than to the exact session. Omitted for members with no recorded sign-in since the field shipped, which does not mean they never signed in.

## Other responses

- `401` — Unauthorized

## Changes

> 27 revisions in range; 1 not diffed.

- **2026-08-26** `b5344d376e5e` — 1 info
  - added the optional property `users/items/lastLoginAt` to the response with the `200` status

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/users/get.md)

---

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