![]() |
REST API
16
REST API for Luna Network HSMs
|
Get information for a specific REST API user.
Users with the following role privileges can perform this command:
Note: Only admin-level users are allowed to access this resource for a userid other than themselves.
The identifier of a user. Can only contain alphanumeric characters, hyphens, and underscores.(No uppercase characters allowed)
Use: Required
JSON Schema:
Object
type: string
Success
User info
JSON Schema: User
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": "/users/admin/actions",
"certificates": "/users/admin/certificates",
"changeable": false,
"email": "",
"files": "/users/admin/files",
"fullName": "Administrator",
"passwordLastChanged": "2022-08-29",
"role": "admin",
"status": "enabled",
"userId": "admin"
}