![]() |
REST API
16
REST API for Luna Network HSMs
|
This resource will display the list of actions available to perform on an user.
Users with the following role privileges can perform this command:
NOTE: non-admin level user can access changePassword, only to change their own password.
The identifier of a user.
Use: Required
JSON Schema:
Object
type: string
Success
User Action info
JSON Schema: User Action
Unexpected error
Loggedin user isn't allowed to perform this action for this userid.
User does not exist.
GET
https://1.2.3.4:8443/users/admin/actions
{ }
{
"actions": [
{
"id": "changePassword",
"url": "/users/admin/actions/changePassword"
},
{
"id": "enable",
"url": "/users/admin/actions/enable"
},
{
"id": "disable",
"url": "/users/admin/actions/disable"
},
{
"id": "roleClear",
"url": "/users/admin/actions/roleClear"
}
]
}