# Verify user email This route verifies the email for a user. Endpoint: POST /resources/users/v1/email/me/verify Security: bearer ## Header parameters: - `frontegg-tenant-id` (string) The tenant identifier. Required for requests to api.frontegg.com (or your region) when using a management token. Parsed from the token when using user or API tokens ## Request fields (application/json): - `code` (string, required) The code for the user to verify their email - `email` (string, required) The email for the user to verify their email ## Response 200 fields