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

# GET /users/

`GET /v1/users/`

Get list of all users

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

200

- object
  - `status` string
  - `data` object[]
    - `username` string
    - `is_eng_user` boolean
    - `gid` integer
    - `uid` integer
    - `last_name` string
    - `github_username` string
    - `active` boolean
    - `shell` unknown
    - `first_name` string

## Other responses

- `400` — 400

---

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