Open this page in the API Guide

LogOnController.SubmitPasswordResetRequest Method

Submits the password reset request.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("ResetPassword")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
public ActionResult SubmitPasswordResetRequest(
	[FromBodyAttribute] string name
)

Parameters

name
Type: System.String
The name of the account to reset the password for.

Return Value

Type: ActionResult
See Also