Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface CreateVerificationEmailRequestContent

    {
    * user_id: "user_id"
    * }
    interface CreateVerificationEmailRequestContent {
        user_id: string;
        client_id?: string;
        identity?: Identity;
        organization_id?: string;
    }
    Index

    Properties

    user_id: string

    user_id of the user to send the verification email to.

    client_id?: string

    client_id of the client (application). If no value provided, the global Client ID will be used.

    identity?: Identity
    organization_id?: string

    (Optional) Organization ID – the ID of the Organization. If provided, organization parameters will be made available to the email template and organization branding will be applied to the prompt. In addition, the redirect link in the prompt will include organization_id and organization_name query string parameters.