GET /system-ms/password-settings
Get existing password settings.
Note: Valid only for Admin users.
To return all the existing password settings:
-
Perform the authentication and login to the API. For more information, see POST /auth/login.
Use GET /system-ms/password-settings to send an HTTP GET request.
Click Try it Out option.
-
Click on Execute to generate the request URL.
Request URL:
The following table lists the expected responses.https://<IP_Address>:<PORT>/system-ms/password-settingsResponse Type
Value
Schema
Valid Response
200 OK
For 200 OK,[ { "passwordStrength": "string", "minimumPasswordLength": 0, "maximumPasswordLength": 0, "passwordExpirationPeriod": 0, "daysBeforeExpire": 0 } ]Error Response
400 Bad Request
Not applicable
401 Authentication Failure
Not applicable
403 Forbidden
Not applicable
404 Not found
Not applicable
↑