Account / Cognito forgot password confirm

Route: /api/sys/v{version:apiVersion}/account/cognito_forgot_password_confirm

Method: POST

Authorisation: No authentication needed

Request Arguments
Name Type Source
inputDTO_cognito_forgot_password_confirmBody

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_cognito_forgot_password_confirm_response

Wrapper: DTO_response_wrap

Other response statuses: 400 (BadRequest)

  Response body example

DTO_cognito_forgot_password_confirm
NameTypeReadOnlyDescription
emailStringEmail
verification_codeStringVerification code
new_passwordStringNew password
DTO_cognito_forgot_password_confirm_response
NameTypeReadOnlyDescription
messageStringMessage
login_responseDTO_logged_in_responseLogin response
DTO_logged_in_response
NameTypeReadOnlyDescription
challenge_mfaBooleanChallenge mfa
actionENUM logged_in_response_actionAction
info_messagesString[]Can contain for example "Joined tenant". "Auth method Google added"
warning_messagesString[]Warning messages
redirect_urlStringRedirect url
ENUM logged_in_response_action
ValueNameDescription
0UNKNOWNUNKNOWN
1REDIRECTREDIRECT
2SELECT_TENANTSELECT_TENANT
3CREATE_TENANTCREATE_TENANT
4CONTINUE_TO_APPCONTINUE_TO_APP
5LOGINLOGIN