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 Customer Success Manager or email to [email protected]. 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
Conflict
Unprocessable Entity
{- "username": "[email protected]"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}