createEmailAddress

Creates a new email address for the current user or the user with the given session ID.

The newly created email address will be unverified initially. The user will need to complete the verification process before the email address can be used for authentication.

Return

A ClerkResult containing the created EmailAddress object on success, or a ClerkErrorResponse on failure

Parameters

email

The email address to add to the user's account