---
title: "Autocomplete Users"
method: GET
path: "/api/v3/utilities/autocomplete/users"
tags: ["Autocomplete", "Change Requests"]
---

# Autocomplete Users

`GET /api/v3/utilities/autocomplete/users`

Return a list of users ordered by text similarity to the provided search string. Considers nickname, global name, and Overwatch usernames.

## Query parameters

- `search` string, required
- `limit` integer
- `fake_users_only` boolean

## Response `200`

Request fulfilled, document follows

- array[], nullable
  - unknown[]
    - unknown

## Other responses

- `400` — Bad request syntax or unsupported method

---

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