Get API user

Get API user by name

SecurityLedger_API_Key
Request
path Parameters
name
required
string

The user's name

Example: api_lam_user
Responses
200

API user object

404

user name does not exist

get/api_users/{name}
Response samples
application/json
{
  • "device_id": "1a24480566ce42c2",
  • "name": "api_lam_user",
  • "role": "OPERATOR",
  • "type_": "SOFT_PSD",
  • "workspace": "crypstocks"
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.