Register the API user

Register the API user on the Ledger Vault.

SecurityLedger_API_Key
Request
path Parameters
name
required
string

The user's name.

Example: api_lam_user
url_id
required
string

The ID provided in the invitation URL.

Example: dbb3a760-b876-4400-afa1-9d435bfd33be
Responses
200

API user registered

404

Request does not exist

post/api_users/{name}/register/{url_id}
Response samples
application/json
{
  • "success": true
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.