rozod
    Preparing search index...

    Variable getGroupsGroupidSettingsConst Api Param

    getGroupsGroupidSettings: EndpointGeneric<
        { groupId: number },
        {
            areEnemiesAllowed: boolean;
            areGroupFundsVisible: boolean;
            areGroupGamesVisible: boolean;
            isApprovalRequired: boolean;
            isBuildersClubRequired: boolean;
            isGroupNameChangeEnabled: boolean;
            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.