Variable getUsersAvatarHeadshotConst

getUsersAvatarHeadshot: EndpointGeneric<{
    format:
        | undefined
        | "Png"
        | "Jpeg"
        | "Webp";
    isCircular: undefined | boolean;
    size:
        | undefined
        | "50x50"
        | "75x75"
        | "110x110"
        | "150x150"
        | "420x420"
        | "48x48"
        | "60x60"
        | "100x100"
        | "180x180"
        | "352x352"
        | "720x720";
    userIds: number[];
}, {
    data: {
        imageUrl: string;
        state:
            | "Error"
            | "Completed"
            | "InReview"
            | "Pending"
            | "Blocked"
            | "TemporarilyUnavailable";
        targetId: number;
        version: string;
    }[];
}, any> = ...

GET https://thumbnails.roblox.com/v1/users/avatar-headshot

Get Avatar Headshots for the given CSV of userIds

CSV for the userIds to get avatar headshots

The thumbnail size, formatted widthxheight

The thumbnail format

The circle thumbnail output parameter, true or false