# PATCH /users/:id/identity/email **PATCH /users/{id}/identity/email** Update the email of the user ## Servers ## Parameters ### Path parameters - **id** (integer(int64)) ID of the resource to fetch ### Body: (object) - **new_email** (string) ## Responses ### 401 Authorization information is missing or invalid. ### 200 successful operation #### Body: (object) - **success** (string) ### 400 Bad Request ### 404 User Not Found ### 422 Unprocessable Entity ### 500 Server Error [Powered by Bump.sh](https://bump.sh)