action trashnothing_change_email { label: "Change email address" description: "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.\n" provider: trashnothing method: POST path: "/users/me/email" encoding: json output: { type: "object" additionalProperties: true } }