Confirms registration of a new user.
Headers
Request body
The ID of the app client associated with the user pool.
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
The user name of the user whose registration you want to confirm.
The confirmation code sent by a user's request to confirm registration.
Boolean to be specified to force user confirmation irrespective of existing alias. By default set to <code>False</code>. If this parameter is set to <code>True</code> and the phone number/email used for sign up confirmation already exists as an alias with a different user, the API call will migrate the alias from the previous user to the newly created user being confirmed. If set to <code>False</code>, the API will throw an <b>AliasExistsException</b> error.
Response
Success
Represents the response from the server for the registration confirmation.