@labkey/api
    Preparing search index...

    Interface CreateGroupResponse

    interface CreateGroupResponse {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    The groupId for the group that was created

    name: string

    The name for the group that was created