# Update user email This route updates the email for a user. Endpoint: POST /resources/users/v1/email/me 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): - `email` (string, required) The email to update to ## Response 200 fields