Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface IdentityConflict

    interface IdentityConflict {
        channels?: string[];
        contact_ids?: string[];
        identity?: string;
    }
    Index

    Properties

    channels?: string[]

    List of channels where this identity is present.

    contact_ids?: string[]

    List of contact IDs that share this identity.

    identity?: string

    The identity value (e.g., phone number) that is duplicated across contacts.