Change the users' current email address. A verification link will be emailed to the new email address to verify that the email account belongs to the user. The email change will not take effect until the user clicks the link in the verification email.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://trashnothing.com/api/v1.2/users/me/email' \
--form'address=""'
Response Response Example
200 - Example 1
{}
Request
Body Params multipart/form-data
Responses
🟢200A verification email was sent to the new email address.