LogOnControllerProcessPasswordResetRequest Method

PUT /LogOn/ResetPassword/{id} Processes the password reset request.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPutAttribute]
[ActionNameAttribute("ResetPassword")]
public IActionResult 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: IActionResult
A status code indicating whether the operation was successful.
See Also