---
title: "Get users list"
method: GET
path: "/api/users/v2"
tags: ["Users"]
---

# Get users list

`GET /api/users/v2`

## Query parameters

- `offset` integer
- `limit` integer
- `search_query` string
- `sort` 'email' | 'addedAt' | 'role' | '-email' | '-addedAt' | '-role'
- `search` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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