Create a new Vault Ldap User

Request

POST https://{hostname}:{port}
    /cli/vault/ldapUser/create
Accept: {contentType}
Table 1. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true
This command takes a JSON request string or file. Use the following template for the request:
{
  "name": "The Vault Ldap User Name (Required, Unique per 
  Vault store)",
  "password": "The Vault Ldap Users password (Optional)",
  "store": "Name/ID of the Vault store (Required)"
}

Related CLI command: createVaultLdapUser.