rozod
    Preparing search index...

    Variable getCloudV2GroupsGroupIdConst Param

    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,
    > = ...

    BETA

    Gets the specified group.

    Engine: Usable with HttpService

    group_id The group ID.