rozod
    Preparing search index...

    Variable postGroupsCreateConst Api Param Description

    postGroupsCreate: EndpointGeneric<
        {},
        {
            created: string;
            description: string;
            hasVerifiedBadge: boolean;
            id: number;
            memberCount: number;
            name: string;
            owner: { id: number; name: string; type: 0 };
        },
        {
            buildersClubMembersOnly: boolean;
            description: string;
            Files: File;
            name: string;
            publicGroup: boolean;
        },
    > = ...

    POST https://groups.roblox.com/v1/groups/create Creates a new group. body This endpoint will charge Robux for the group purchase. Accepts "icon" and "coverPhoto" in Files object. Defaults to first file if "icon" is not present. Http status code 413 is thrown when the group icon file size is too large.