v1
latestOpenAPI 3.0.02026-07-135965404.0 KBEmail
Resend welcome email to specific user
Send a welcome email to a user. The contents of the welcome email can be set by PATCH /accounts.
post/email/welcome/{username}
Path parameters
usernamestring required
A username to send the welcome email to.
Headers
ev-api-keystring required
API Key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Response
Successful operation
Example response
{
"responseStatus": 200,
"data": []
}