WorkOS
user_management.email_verification.get
Get the details of an existing email verification code that can be used to send an email to a user for verification.
Remote workos
Other tools also called user_management.email_verification.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the email verification code."
}
}
}