v5
latestOpenAPI 3.1.02026-07-262421791.5 MBuser
Set a contact email address
Sets a contact email address. The contact email address is used to send notifications to users who have been registered with a dummy email address.
put/v1/users/{userId}/contact-email
Path parameters
userIdinteger required
The user ID.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"email": "new-user@email.com"
}Response
OK - Contact email address set successfully.