cURL
curl --request POST \ --url {schemes}://api.upsun.com/users/{user_id}/emailaddress \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email_address": "jsmith@example.com" } '
{ "status": "<string>", "message": "<string>", "code": 123, "detail": {}, "title": "<string>" }
Requests a reset of the user’s email address. A confirmation email will be sent to the new address when the request is accepted.
A valid request URL is required to generate request examples
The ID of the user.
"d81c8ee2-44b3-429f-b944-a33ad7437690"
No Content