Initiates an account recovery request for mobile app users. This endpoint is specifically designed for the EH Work App.

Request

POST http:///api/v2/mobileaccountrecovery/attempt

Request body

The request body takes a complete AttemptAccountRecoveryRequestModel resource, containing the following writable properties:

{
    "brandId": "int32",
    "twoFaToken": "string"
}

Properties

Name Type Description
brandId int32 Int32
twoFaToken string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

AttemptAccountRecoveryResponseModel