Back to Node Auth0

Interface CreateVerificationEmailRequestContent

docs/interfaces/management.Management.CreateVerificationEmailRequestContent.html

5.9.11.5 KB
Original Source

Interface CreateVerificationEmailRequestContent

Example

{ * user_id: "user_id" * }Copy

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

Index

Properties

user_idclient_id?identity?organization_id?

Properties

user_id

user_id: string

user_id of the user to send the verification email to.

Optionalclient_id

client_id?: string

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

Optionalidentity

identity?: Identity

Optionalorganization_id

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.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties user_idclient_ididentityorganization_id