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}
Parameter | Type | Required | Description |
---|---|---|---|
store | string | true | Name or Id of the Vault Store to list Ldap Users for. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: getVaultLdapUsers.