rozod
    Preparing search index...

    Variable getGroupsConst Api Param Description

    getGroups: EndpointGeneric<
        { groupIds: number[] },
        {
            data: {
                created: string;
                description: string;
                hasVerifiedBadge: boolean;
                id: number;
                memberCount: number;
                name: string;
                owner: { id: number; name: string; type: 0 };
            }[];
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v2/groups Multi-get groups information by Ids. groupIds The group Ids. If a group comes back as null, it will not be returned in the response.