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

GET /api/lunasa/user/config

Get user configuration related endpoints.

User Privileges

Users with the following role privileges can perform this command:

  • admin

Parameters

None

Responses

200

List user configuration related endpoints.

JSON Schema: User Configuration

Example Request

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

Example Result

{
    "login": "/api/lunasa/user/config/login",
    "password": "/api/lunasa/user/config/password"
}