rozod
    Preparing search index...

    Variable getCloudV2GroupsGroupIdConst Api Param Description

    getCloudV2GroupsGroupId: EndpointGeneric<
        { group_id: string },
        {
            createTime: string;
            description: string;
            displayName: string;
            id: string;
            locked: boolean;
            memberCount: number;
            owner: string;
            path: string;
            publicEntryAllowed: boolean;
            updateTime: string;
            verified: boolean;
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/cloud/v2/groups/:group_id Get Group group_id The group ID. Gets the specified group.