POST /Account/ValidatePassword/

Validates the password against the current password policy.
 

Request

Method Request URI
POST /API/Account/ValidatePassword/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.ValidatePasswordOptions

Response

Response Body

A System.Boolean indicating pass or fail, or a status code indicating the problem.