cURL
curl --request POST \ --url https://{host}/Agent/Account/Recover \ --header 'Content-Type: application/json' \ --data ' { "userName": "alice", "personalNr": "", "country": "", "eMail": "alice@example.com", "phoneNr": "" } '
Start account recovery without revealing account existence
Success