---
title: "Updates a user's trade privacy setting"
method: POST
path: "/v1/trade-privacy"
tags: ["Accounts"]
---

# Updates a user's trade privacy setting

`POST /v1/trade-privacy`

## Request body

- RobloxAccountSettingsApiUpdateTradePrivacyRequest — Request model for trade privacy setting update
  - `tradePrivacy` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — The desired trade privacy setting for the active user ['Undefined' = 0, 'Disabled' = 1, 'NoOne' = 2, 'Friends' = 3, 'TopFriends' = 4, 'Following' = 5, 'Followers' = 6, 'All' = 7]

## Response `200`

OK

- RobloxAccountSettingsApiTradePrivacyUpdateResponse — Response model for updating the user's trade privacy settings
  - `tradePrivacy` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 — The trade privacy setting after updating ['Undefined' = 0, 'Disabled' = 1, 'NoOne' = 2, 'Friends' = 3, 'TopFriends' = 4, 'Following' = 5, 'Followers' = 6, 'All' = 7]
  - `inventoryPrivacy` 1 | 2 | 3 | 4 | 5 | 6 — The inventory privacy setting after updating ['NoOne' = 1, 'Friends' = 2, 'FriendsAndFollowing' = 3, 'FriendsFollowingAndFollowers' = 4, 'AllAuthenticatedUsers' = 5, 'AllUsers' = 6]
  - `privacySettingResponse` 0 | 1 — The response state after updating trade privacy ['Success' = 0, 'Conflict' = 1]

## Other responses

- `400` — Roblox.AccountSettings.Api.ResponseEnums.TradeSettingsErrors.InvalidTradePrivacy
- `401` — 0: Authorization has been denied for this request.
- `403` — Roblox.AccountSettings.Api.ResponseEnums.TradeSettingsErrors.AccountLocked OR Roblox.AccountSettings.Api.ResponseEnums.TradeSettingsErrors.UserCannotTrade 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/versions/e15802062270/schema)
