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.
Status
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.TooManyRequestsError
await client.jobs.verificationEmail.create({ user_id: "user_id" }) Copy
await client.jobs.verificationEmail.create({ user_id: "user_id" })
Protected
Readonly
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.