@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias UserIdentitiesUpdateParameters

    type UserIdentitiesUpdateParameters = {
        email_address?: string;
        full_name?: string;
        phone_number?: string;
        user_identity_id: string;
        user_identity_key?: string;
    }
    Index
    email_address?: string

    Unique email address for the user identity.

    full_name?: string

    Full name of the user associated with the user identity.

    phone_number?: string

    Unique phone number for the user identity.

    user_identity_id: string

    ID of the user identity that you want to update.

    user_identity_key?: string

    Unique key for the user identity.