---
title: "Get a paginated list of all friends for the specified user."
method: GET
path: "/v1/users/{userId}/friends/find"
tags: ["Connections", "Users"]
---

# Get a paginated list of all friends for the specified user.

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

## Path parameters

- `userId` integer, required

## Query parameters

- `userSort` 0 | 1 | 2
- `cursor` string
- `limit` integer
- `findFriendsType` 0 | 1

## Response `200`

OK

- RobloxPagingCursoredPagedResultRobloxFriendsApiModelsResponseFriendResponse
  - `PreviousCursor` string
  - `PageItems` RobloxFriendsApiModelsResponseFriendResponse[]
    - `id` integer — The friend's userId
    - `hasVerifiedBadge` boolean — The friend's verified badge status.
  - `NextCursor` string
  - `HasMore` boolean

## Other responses

- `400` — 1: The target user is invalid or does not exist. 6: Invalid parameters.

---

[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)
