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