@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface UnbanGroupHandleInput

    Properties required to unban a handle from a group.

    UnbanGroupHandleInput

    interface UnbanGroupHandleInput {
        groupId: GroupId;
        handleId: HandleId;
        reason?: string;
        targetHandleId: HandleId;
    }
    Index

    Properties

    groupId: GroupId

    Identifier of the group.

    handleId: HandleId

    Identifier of the handle owned by this client.

    reason?: string

    Optional reason associated with the action.

    targetHandleId: HandleId

    Identifier of the handle associated with the handle you intend to unban.