Retrieves the password policy settings configured in VETtrak. You can use this information to validate passwords that you intend to pass to UpdateClientUsernamePassword.
This function has security level "Protected", and can only be accessed by users that have explicitly been granted permission to the API.
[WebMethod(Description = "Gets the password policy settings configured in VETtrak")] public TAuthPasswordPolicy GetPasswordPolicy(string token);
Parameters |
Description |
string token |
String Token. |
TAuthPasswordPolicy : authenticated password policy information.
Copyright (c) VETtrak 2022. All rights reserved.
|