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

GET /api/lunasa/user/config/password/actions

Get user password configuration related actions.

User Privileges

Users with the following role privileges can perform this command:

  • admin

Parameters

None

Responses

200

List user password configuration related actions.

JSON Schema: Password Configuration Actions

Example Request

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

Example Result

{
    "actions": [
        {
            "id": "enable",
            "url": "/api/lunasa/user/config/password/actions/enable"
        },
        {
            "id": "disable",
            "url": "/api/lunasa/user/config/password/actions/disable"
        }
    ]
}