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

# List users

`GET /preview/v2/users`

> ⚠️ This endpoint is in [public preview](/preview/roadmap).

List users that are members of the caller's organization.

## Query parameters

- `id` SfcApiResourcePathOrIdUserId[]
- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

A paginated list of users.

- SfcApiListUsersResponse
  - `object` 'list', required
  - `data` SfcApiUserResponse[], required
    - `object` 'user', required
    - `id` string, required
    - `resource_path` string, required — A resource path for a user resource. Format: sfc:user:<name>.
    - `created_at` integer, required — Unix timestamp.
  - `has_more` boolean, required
  - `cursor` string

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `422` — Validation error.
- `500` — Internal server error.

---

[API](https://skmtc.net/sfcompute/apis/san-francisco-compute-documentation.md) · [All operations](https://skmtc.net/sfcompute/apis/san-francisco-compute-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sfcompute/san-francisco-compute-documentation/revisions/93dd7661e9bb/schema)
