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

    Type Alias UserIdentitiesCreateParameters

    Parameters for SeamHttpUserIdentities.create.

    type UserIdentitiesCreateParameters = {
        acs_system_ids?: string[];
        email_address?: string | null;
        full_name?: string | null;
        phone_number?: string | null;
        user_identity_key?: string | null;
    }
    Index
    acs_system_ids?: string[]

    List of access system IDs to associate with the new user identity through access system users. If there's no user with the same email address or phone number in the specified access systems, a new access system user is created. If there is an existing user with the same email or phone number in the specified access systems, the user is linked to the user identity.

    email_address?: string | null

    Unique email address for the new user identity.

    full_name?: string | null

    Full name of the user associated with the new user identity.

    phone_number?: string | null

    Unique phone number for the new user identity in E.164 format (for example, +15555550100).

    user_identity_key?: string | null

    Unique key for the new user identity.