Skip to main content
POST
/
Agent
/
Account
/
Recover
Recover
curl --request POST \
  --url https://{host}/Agent/Account/Recover \
  --header 'Content-Type: application/json' \
  --data '
{
  "userName": "alice",
  "personalNr": "",
  "country": "",
  "eMail": "alice@example.com",
  "phoneNr": ""
}
'

Overview

Starts a recovery process when a user has lost access. The server may send a recovery email, request peer approval, or notify the operator depending on the account status. This endpoint can be called without an existing session.

Authentication

No authentication required.

Body

application/json
userName
string
required
personalNr
string
required
country
string
required
eMail
string
required
phoneNr
string
required

Response

200

Success