WorkOS

user_management.users.email_verification.confirm.create

Verifies an email address using the one-time code received by the user.

Remote workos

Other tools also called user_management.users.email_verification.confirm.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the user."
    },
    "code": {
      "type": "string",
      "description": "The one-time email verification code."
    }
  }
}
          

Provider

WorkOS →