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

    Interface UpdateGroupMemberRoleInput

    Properties required to update the group role for a specific member of a group.

    UpdateGroupMemberRoleInput

    interface UpdateGroupMemberRoleInput {
        groupId: GroupId;
        handleId: HandleId;
        role: GroupRole;
        targetHandleId: HandleId;
    }
    Index

    Properties

    groupId: GroupId

    Identifier of the group.

    handleId: HandleId

    Identifier of the handle owned by this client.

    role: GroupRole

    The updated group role for this handle.

    targetHandleId: HandleId

    Identifier of the handle associated with the group member to update.