---
title: "Checks if the user can trade with a specific user."
method: GET
path: "/v2/users/{userId}/can-trade-with"
tags: ["Trades"]
---

# Checks if the user can trade with a specific user.

`GET /v2/users/{userId}/can-trade-with`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxTradesApiModelsV2CanTradeWithResponse — The response for the CanTradeWith endpoint.
  - `userId` integer — The ID of the user.
  - `targetUserId` integer — The ID of the target user.
  - `canTrade` boolean — Whether the user can trade with the target user or not.
  - `mutualTradeEligibility` 'Unknown' | 'Eligible' | 'CallingUserIneligible' | 'TargetUserIneligible' | 'CannotTradeWithSelf' | 'CallingUserPrivacySettingsRestricted' — The mutual trade eligibility status between the two users. ['Unknown' = 0, 'Eligible' = 1, 'CallingUserIneligible' = 2, 'TargetUserIneligible' = 3, 'CannotTradeWithSelf' = 4, 'CallingUserPrivacySettingsRestricted' = 5]

## Other responses

- `401` — 0: Authorization has been denied for this request. 4: You are not authorized to modify this trade.

---

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