Variable getUsersUseridPromotionChannelsConst

getUsersUseridPromotionChannels: EndpointGeneric<{
    alwaysReturnUrls: undefined | boolean;
    filterLink: undefined | boolean;
    userId: number;
}, {
    facebook: string;
    guilded: string;
    twitch: string;
    twitter: string;
    youtube: string;
}, any> = ...

GET https://accountinformation.roblox.com/v1/users/:userId/promotion-channels

Get promotion channels for a given user ID

The ID of the user to fetch the promotion channels for.

Whether all promotion channel links should be returned as full URLs.

Whether all promotion channel links should be filtered.