---
title: "Search Reddit Users"
method: GET
path: "/search/reddit/users"
---

# Search Reddit Users

`GET /search/reddit/users`

Search Reddit Users

## Query parameters

- `q` string — Search Reddit Users by their name
- `edge` string — Search Reddit Users using edge ngrams
- `ngram` string — Search Reddut Users using standard ngrams
- `size` integer — Number of results to return
- `sort` 'id' | 'created_utc' | 'comment_karma' | 'link_karma' | 'author' — Choose a specific field to sort returned authors
- `order` 'asc' | 'desc' — An enumeration.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pushshift/apis/fastapi.md) · [All operations](https://skmtc.dev/pushshift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pushshift/fastapi/revisions/e73f6bf3c833/schema)
