GET /system-ms/password-settings

Get existing password settings.

Note: Valid only for Admin users.
To return all the existing password settings:
  1. Perform the authentication and login to the API. For more information, see POST /auth/login.

  2. Use GET /system-ms/password-settings to send an HTTP GET request.

  3. Click Try it Out option.

  4. Click on Execute to generate the request URL.

    Request URL:
    https://<IP_Address>:<PORT>/system-ms/password-settings
    The following table lists the expected responses.

    Response 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