---
title: "Get users by ids."
method: POST
path: "/v1/users"
tags: ["Users"]
---

# Get users by ids.

`POST /v1/users`

Does not require X-CSRF-Token protection because this is essentially a get request but as a POST to avoid URI limits.

## Request body

- RobloxUsersApiMultiGetByUserIdRequest — Request model for getting users by ids.
  - `userIds` integer[] — The user ids.
  - `excludeBannedUsers` boolean — Whether the response should exclude banned users

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxUsersApiMultiGetUserResponse
  - `data` RobloxUsersApiMultiGetUserResponse[]
    - `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` — 1: Too many ids.

---

[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/e15802062270/schema)
