rozod
    Preparing search index...

    Variable postGroupsGroupidUsersConst Api Param

    postGroupsGroupidUsers: EndpointGeneric<
        {
            groupId: number;
            "Roblox-Game-Id"?: string;
            "Roblox-Place-Id"?: number;
            "Roblox-Session-Id"?: string;
        },
        Record<string, never>,
        {
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
            redemptionToken: string;
            sessionId: string;
        },
    > = ...

    POST https://groups.roblox.com/v1/groups/:groupId/users Joins a group body Only supplied when captcha has been solved. groupId The group Id. Roblox-Place-Id The place ID of the experience the player is in. Roblox-Game-Id The player's current game Id. Roblox-Session-Id The player's current session Id.