---
title: "Get promotion channels for a given user ID"
method: GET
path: "/v1/users/{userId}/promotion-channels"
tags: ["Accounts", "User profiles", "Users"]
---

# Get promotion channels for a given user ID

`GET /v1/users/{userId}/promotion-channels`

## Path parameters

- `userId` integer, required

## Query parameters

- `alwaysReturnUrls` boolean
- `filterLink` boolean

## Response `200`

OK

- RobloxAccountInformationApiModelsPromotionChannelsByUserIdResponse — The promotion channels response
  - `facebook` string — The Facebook channel
  - `twitter` string — The Twitter channel
  - `youtube` string — The YouTube channel
  - `twitch` string — The Twitch channel

## Other responses

- `400` — 1: User not found.

---

[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/958b2b40425d/schema)
