---
title: "Update the user's promotion channels"
method: POST
path: "/v1/promotion-channels"
tags: ["Accounts"]
---

# Update the user's promotion channels

`POST /v1/promotion-channels`

## Request body

- RobloxAccountInformationApiModelsPromotionChannelsRequest — The promotion channels request
  - `facebook` string — The Facebook channel
  - `twitter` string — The Twitter channel
  - `youtube` string — The YouTube channel
  - `twitch` string — The Twitch channel
  - `promotionChannelsVisibilityPrivacy` string — The promotion channels visibility privacy level

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 2: The request was empty. 11: The Facebook profile url is invalid. 12: The Twitter handle is invalid. 13: The YouTube url is invalid. 14: The Twitch profile url is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 4: Only users who are over twelve years of age may edit social network channels.

---

[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/80880b69892d/schema)
