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

# List Users

`GET /frontend/v1/users`

## Query parameters

- `organizationId` string
- `pageToken` string

## Response `200`

OK

- ListUsersResponse
  - `users` User[]
    - `id` string
    - `email` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `owner` boolean
    - `googleUserId` string
    - `microsoftUserId` string
    - `githubUserId` string
    - `hasAuthenticatorApp` boolean
    - `displayName` string
    - `profilePictureUrl` string
  - `nextPageToken` string

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

## Changes

- **2025-05-20** `8ae1e6c69121` — 1 info
  - added the optional property `users/items/githubUserId` to the response with the `200` status
- **2025-05-06** `a505aa37b0bc` — 2 info
  - added the optional property `users/items/displayName` to the response with the `200` status
  - added the optional property `users/items/profilePictureUrl` to the response with the `200` status
- **2025-03-11** `f665049c4339` — 1 info
  - endpoint added
- **2025-03-04** `9bf35cefefcb` — 1 breaking
  - api path removed without deprecation

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

---

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