---
title: "Check if the requesting user is friends with the specified users."
method: POST
path: "/v1/user/{userId}/multiget-are-friends"
tags: ["Connections"]
---

# Check if the requesting user is friends with the specified users.

`POST /v1/user/{userId}/multiget-are-friends`

## Path parameters

- `userId` integer, required

## Request body

- RobloxFriendsApiMultigetAreFriendsRequestModel — Request model for MultigetAreFriends endpoint
  - `targetUserIds` integer[] — The target userIds to check against with the requesting user regarding friendship.

## Response `200`

OK

- RobloxFriendsApiMultigetAreFriendsResponse — Response model for MultigetAreFriendsResponse
  - `friendsId` integer[] — friends id list

## Other responses

- `400` — 1: The target user is invalid or does not exist.
- `403` — 0: Token Validation Failed

---

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