REST API  17
REST API for Luna Network HSMs
GET /api/lunasa/user/config/password

GET /api/lunasa/user/config/password

Get user password configuration related information and endpoints.

User Privileges

Users with the following role privileges can perform this command:

  • admin

Parameters

None

Responses

200

List user password configuration related information and endpoints.

JSON Schema: Password Configuration

500

APPLIANCE_USER_FAILED_TO_GET_PASSWORD_CONFIG

Unable to get password configuration details.

Example Request

   GET
   https://1.2.3.4:8443/api/lunasa/user/config/password

Example Result

{
    "actions": "/api/lunasa/user/config/password/actions",
    "expiryDays": 10,
    "history": 2,
    "minimumLength": 8
}