WorkOS
user_management.users.email_change.confirm.create
Confirms an email change using the one-time code received by the user.
Remote workos
Other tools also called user_management.users.email_change.confirm.create?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique ID of the user."
},
"code": {
"type": "string",
"description": "The one-time code used to confirm the email change."
}
}
}