---
title: "Get all users that friend requests with targetUserId using exclusive start paging"
method: GET
path: "/v1/my/friends/requests"
tags: ["Connections"]
---

# Get all users that friend requests with targetUserId using exclusive start paging

`GET /v1/my/friends/requests`

## Query parameters

- `limit` integer
- `cursor` string
- `sessionId` string
- `friendRequestSort` 0 | 1 | 2

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxFriendsApiFriendRequestResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxFriendsApiFriendRequestResponse[]
    - `friendRequest` RobloxFriendsApiFriendRequest — A response model representing a friend request.
      - `sentAt` string, date-time — When the friend request was sent.
      - `senderId` integer — The sender user Id.
      - `sourceUniverseId` integer — The source universe Id which the request was sent in.
      - `originSourceType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 — The origin source type associated with the friend request. ['Unknown' = 0, 'PlayerSearch' = 1, 'QrCode' = 2, 'InGame' = 3, 'UserProfile' = 4, 'QqContactImporter' = 5, 'WeChatContactImporter' = 6, 'ProfileShare' = 7, 'PhoneContactImporter' = 8, 'FriendRecommendations' = 9, 'UserCommunities' = 10, 'TrustedFriend' = 11]
      - `contactName` string — The contact name associated with the friend request.
      - `senderNickname` string — The nickname associated with the friend request.
    - `mutualFriendsList` string[] — mutualFriendsList
    - `hasVerifiedBadge` boolean — The user's verified badge status.
    - `description` string — The user description.
    - `created` string, date-time — When the user signed up.
    - `isBanned` boolean — Whether or not the user is banned
    - `externalAppDisplayName` string — Used when user is logged in from third party app (e.g. QQ) ExternalAppDisplayName is the name used in that app (e.g. QQ nickname)
    - `id` integer — The user Id.
    - `name` string — The user name.
    - `displayName` string — The user DisplayName.

## Other responses

- `400` — 1: The target user is invalid or does not exist. 6: Invalid parameters.
- `401` — 0: Authorization has been denied for this request.
- `403` — 2: The user is banned from performing operation. 3: The user is blocked from performing this action.
- `429` — 9: The flood limit has been exceeded.

---

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