Register

Register the API user

post

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
namestringRequired

The user's name.

Example: api_lam_user
url_idstringRequired

The ID provided in the invitation URL.

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

API user registered

application/json
post
/api_users/{name}/register/{url_id}