Indicates whether a proposed new password meets the password policy settings configured in VETtrak. You can use this information to validate passwords that you intend to pass to UpdateClientUsernamePassword.
The Valid property in the returned TAuthPasswordCheck indicates whether the password meets password policy. If this is false, you can obtain details about what is wrong with the password in the Details property.
This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.
[WebMethod(Description = "Checks whether a proposed new password meets VETtrak's password policy requirements")] public TAuthPasswordCheck CheckPasswordValidity(string token, string password);
Parameters |
Description |
string token |
String Token. |
string password |
New password to validate |
TAuthPasswordCheck : authenticated information about whether the password meets the password policy requirements.
Copyright (c) VETtrak 2022. All rights reserved.
|