docs/classes/management.SDK.VerificationEmailClient.html
new VerificationEmailClient(options: BaseClientOptions): VerificationEmailClient
create(
request: CreateVerificationEmailRequestContent,
requestOptions?: VerificationEmailClient.RequestOptions,
): HttpResponsePromise<CreateVerificationEmailResponseContent>
Send an email to the specified user that asks them to click a link to verify their email address.
Note: You must have the Status toggle enabled for the verification email template for the email to be sent.
OptionalrequestOptions: VerificationEmailClient.RequestOptionsRequest-specific configuration.
Management.TooManyRequestsError
await client.jobs.verificationEmail.create({ user_id: "user_id" })Copy
Protected Readonly_options_options: NormalizedClientOptionsWithAuth<BaseClientOptions>
Member Visibility
ThemeOSLightDark
Constructors constructor Methods create Properties _options