WorkOS
user_management.users.email_verification.send
Sends an email that contains a one-time code used to verify a user’s email address.
Remote workos
Other tools also called user_management.users.email_verification.send?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the user."
}
}
}