List the Vault Ldap Users for a Vault Secret Store

This command returns a list of ldap users within the given Vault store represented as a JSON Array.

Request

GET https://{hostname}:{port}
    /cli/vault/ldapUser/ldapUsersInStore?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
store string true Name or Id of the Vault Store to list Ldap Users for.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: getVaultLdapUsers.