---
title: "Searches for users by keyword."
method: GET
path: "/v1/users/search"
tags: ["Users"]
---

# Searches for users by keyword.

`GET /v1/users/search`

## Query parameters

- `keyword` string, required
- `sessionId` string
- `limit` 10 | 25 | 50 | 100
- `cursor` string

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxUsersApiSearchGetUserResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxUsersApiSearchGetUserResponse[]
    - `previousUsernames` string[] — Previous usernames for a user.
    - `hasVerifiedBadge` boolean — The user's verified badge status.
    - `id` integer — The user Id.
    - `name` string — The user name.
    - `displayName` string — The user DisplayName.

## Other responses

- `400` — 5: The keyword was filtered. 6: The keyword is too short.
- `429` — 4: Too many requests.

---

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