![]() |
REST API
16
REST API for Luna Network HSMs
|
Get list of REST API users.
Users with the following role privileges can perform this command:
Success
User list
JSON Schema: Users
Unexpected error
GET
https://1.2.3.4:8443/users
{ }
{
"users": [
{
"id": "admin",
"url": "/users/admin"
},
{
"id": "monitor",
"url": "/users/monitor"
},
{
"id": "audit",
"url": "/users/audit"
},
{
"id": "operator",
"url": "/users/operator"
}
]
}
Audit user is not supported by REST API. It is added in this list to sync with LunaSH users.