rozod
    Preparing search index...

    Variable getUsersAvatarConst Api Param

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

    GET https://thumbnails.roblox.com/v1/users/avatar Get Avatar Full body shots for the given CSV of userIds userIds CSV for the userIds to get avatar full body shots size The thumbnail size, formatted widthxheight format The thumbnail format isCircular The circle thumbnail output parameter, true or false