@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface TransferGroupsRequest

    Request payload for transferring group ownership to another user.

    interface TransferGroupsRequest {
        assignRoleToSelf?: string;
        groupIds: string[];
        metadata?: Record<string, any>;
        toUserName: string;
    }

    Hierarchy

    Index

    Properties

    assignRoleToSelf?: string
    groupIds: string[]
    metadata?: Record<string, any>
    toUserName: string