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

    Type Alias UserIdentitiesUpdateParameters

    Parameters for SeamHttpUserIdentities.update.

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

    Unique email address for the user identity.

    full_name?: string | null

    Full name of the user associated with the user identity.

    phone_number?: string | null

    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 | null

    Unique key for the user identity.