LogOnControllerProcessPasswordResetRequest Method

Processes 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
[HttpPutAttribute("ResetPassword/{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(405)]
[ProducesResponseTypeAttribute(410)]
public ActionResult ProcessPasswordResetRequest(
	Guid id,
	[FromBodyAttribute] ProcessPasswordResetRequestOptions options
)

Parameters

id
Type: SystemGuid
The Token ID to process the password reset request for.
options
Type: Dundas.BI.WebApi.ModelsProcessPasswordResetRequestOptions
The options for the password reset.

Return Value

Type: ActionResult
See Also