Resends an account confirmation email to a user. To complete account confirmation, the user should follow the link in the email.
client_id required | integer Your application ID. Get it after creating an OAuth 2.0 client. |
redirect_uri | string URL to redirect the user to after account confirmation, successful authentication, or password reset confirmation. To set up this parameter, contact your Account Manager. Notice
The parameter is required if you have more than one redirect URI in your project settings. |
state | string Value used for additional user verification. Often used to mitigate CSRF Attacks. The value will be returned in the response. Must be longer than 8 symbols. |
No Content
Bad Request
Not Found
Unprocessable Entity
{- "username": "john-email@email.com"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}