---
title: "Gets a list of friend statuses of specified users against the specified user."
method: GET
path: "/v1/users/{userId}/friends/statuses"
tags: ["Connections", "Users"]
---

# Gets a list of friend statuses of specified users against the specified user.

`GET /v1/users/{userId}/friends/statuses`

## Path parameters

- `userId` integer, required

## Query parameters

- `userIds` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxFriendsApiFriendStatusResponse
  - `data` RobloxFriendsApiFriendStatusResponse[]
    - `id` integer — The user Id of the friend.
    - `status` 0 | 1 | 2 | 3 — The friendship status. ['NotFriends' = 0, 'Friends' = 1, 'RequestSent' = 2, 'RequestReceived' = 3]

## Other responses

- `400` — 1: The target user is invalid or does not exist. 15: Too many ids. 16: Invalid 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)
