post https://access.example.com/api/config/v1/vault/account
Adds a new username / password account, SSH account or X.509 account. Windows local and domain accounts cannot be added via this API.
The request body must either be a VaultUsernamePasswordAccount
, VaultTokenAccount
, VaultSSHAccount
, VaultX509ImportedCAAccount
, VaultX509GeneratedCAAccount
, or VaultX509ClientAccount
resource.
After an account is added via the API, the Vault Account Activity Report shows an "Account Created" event for that account. The "User" column shows the name of the API Account that created the account.