rozod
    Preparing search index...

    Variable getGroupsGroupidSettingsConst Api Param

    getGroupsGroupidSettings: EndpointGeneric<
        { groupId: number },
        {
            accountTenureRequirement: 0 | 1 | 2 | 3 | 4 | 5;
            areEnemiesAllowed: boolean;
            areGroupFundsVisible: boolean;
            areGroupGamesVisible: boolean;
            isApprovalRequired: boolean;
            isBuildersClubRequired: boolean;
            isGroupNameChangeEnabled: boolean;
            slowmode: 0 | 1 | 2 | 3;
            verificationLevel: 0 | 1 | 2 | 3;
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/:groupId/settings Gets the Group's settings groupId The id of the group the user is in.