---
title: "Get list of users for the group editing"
method: GET
path: "/users"
tags: ["users"]
---

# Get list of users for the group editing

`GET /users`

## Query parameters

- `q` string
- `limit` integer
- `offset` integer

## Response `200`

successfully retrieved users

- GroupMember[]
  - `id` string — the uid of the
  - `username` string — the username of the member

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `500` — Internal server error

---

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