Xsolla-logo

Resend account confirmation email

post/oauth2/user/resend_confirmation_link

Resends an account confirmation email to a user. To complete account confirmation, the user should follow the link in the email.

Request
query Parameters
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.

Request Body schema: application/json
username
required
string

Username or user email address.

Responses
204

No Content

400

Bad Request

404

Not Found

422

Unprocessable Entity

Request samples
application/json
{
  • "username": "john-email@email.com"
}
Response samples
{
  • "error": {
    }
}