Register
Register the API user on the Ledger Vault.
Authorizations
X-Ledger-API-KeystringRequired
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
Path parameters
namestringRequiredExample:
The user's name.
api_lam_userurl_idstringRequiredExample:
The ID provided in the invitation URL.
dbb3a760-b876-4400-afa1-9d435bfd33beResponses
200
API user registered
application/json
404
Request does not exist
application/json
post
/api_users/{name}/register/{url_id}