# List QStash Users

> Retrieves a list of all QStash users associated with the account, including plan details, limits, and configuration.

## Endpoint

`GET https://api.upstash.com/v2/qstash/users`

## Responses

### 200 - Successful response


## cURL

```bash
curl --request GET \
  --url https://api.upstash.com/v2/qstash/users \
  --header 'Authorization: Bearer <token>'
```
