---
title: "List account settings."
method: GET
path: "/settings"
---

# List account settings.

`GET /settings`

Retrieves a list of all the available account settings that can be configured.

## Query parameters

- `api-version` string, required

## Response `200`

The request has succeeded.

- SettingsListResult — The settings list result.
  - `settings` Setting[] — A response message containing a list of account settings with their associated value.
    - `name` string, required — The account setting to be updated
    - `value` string, required — The value of the pool setting.
    - `type` 'boolean' — The type specifier of the value.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/azure/apis/keyvault-administration.md) · [All operations](https://skmtc.dev/azure/apis/keyvault-administration/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/keyvault-administration/revisions/207d840b9335/schema)
