---
title: "GET /rest/users"
method: GET
path: "/rest/users"
---

# GET /rest/users

`GET /rest/users`

## Query parameters

- `distinctOn` UsersSelectColumn[]
  - `id` object
  - `name` object
  - `rocket` object
  - `timestamp` object
  - `twitter` object
- `limit` integer
- `offset` integer
- `order_by` UsersOrderBy[]
  - `id` object
  - `name` object
  - `rocket` object
  - `timestamp` object
  - `twitter` object
- `where` UsersBoolExp
  - `_and` object[]
  - `_not` object
  - `_or` object[]
  - `id` object
  - `name` object
  - `rocket` object
  - `timestamp` object
  - `twitter` object

## Response `200`

- Users[]
  - `id` object, required
  - `name` string
  - `rocket` string
  - `timestamp` object, required
  - `twitter` string

## Changes

- **2026-07-17** `46a3b0b96b33` — 1 warning, 1 info
  - deleted the `query` request parameter `distinct_on`
  - added the new optional `query` request parameter `distinctOn`
- **2019-10-22** `56b431e70bf6` — 1 info
  - endpoint added
- **2019-01-17** `0ce2fdacbf21` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spacexland/apis/spacex-rest-api/changes/rest/users/get.md)

---

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