rozod
    Preparing search index...

    Variable getUsersUseridAvatarConst Api Param Description

    getUsersUseridAvatar: EndpointGeneric<
        { userId: number },
        {
            assets: {
                assetType: { id: number; name: string };
                availabilityStatus: string;
                currentVersionId: number;
                expirationTime: string;
                id: number;
                isSwappable: boolean;
                meta: {
                    headShape:
                        | 0
                        | 1
                        | 2
                        | 3
                        | 4
                        | 5
                        | 6
                        | 7
                        | 8
                        | 9
                        | 10
                        | 11
                        | 12
                        | 13
                        | 14
                        | 15
                        | 16
                        | 17
                        | 18
                        | 19
                        | 20
                        | 21
                        | 22
                        | 23
                        | 24
                        | 25
                        | 26
                        | 27
                        | 28
                        | 29
                        | 30
                        | 31
                        | 32;
                    order: number;
                    position: { X: number; Y: number; Z: number };
                    puffiness: number;
                    rotation: { X: number; Y: number; Z: number };
                    scale: { X: number; Y: number; Z: number };
                    version: number;
                };
                name: string;
            }[];
            bodyColors: {
                headColorId: number;
                leftArmColorId: number;
                leftLegColorId: number;
                rightArmColorId: number;
                rightLegColorId: number;
                torsoColorId: number;
            };
            defaultPantsApplied: boolean;
            defaultShirtApplied: boolean;
            emotes: { assetId: number; assetName: string; position: number }[];
            playerAvatarType: 1 | 3;
            scales: {
                bodyType: number;
                depth: number;
                head: number;
                height: number;
                proportion: number;
                width: number;
            };
        },
        undefined,
    > = ...

    GET https://avatar.roblox.com/v1/users/:userId/avatar Returns details about a specified user's avatar. userId Includes assets, bodycolors, and playerAvatarType.