---
title: "Return cPanel accounts' feature settings"
method: GET
path: "/get_users_features_settings"
tags: ["Packages", "Feature Access"]
---

# Return cPanel accounts' feature settings

`GET /get_users_features_settings`

This function lists the features settings of cPanel accounts.

## Query parameters

- `user` string, required
- `feature` string

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `users_features_settings` object[] — An array of objects that contain information about the feature list settings.
      - `cpuser_setting` 1 | 0, nullable — The user's setting for the feature in their `cpuser` file, which overrides the `feature_list_setting` return. * `1` - Enabled. * `0` - Disabled. * `null` — The feature is **not** defined in the feature list.
      - `feature` string — The feature name.
      - `feature_list` string — The feature list's name.
      - `feature_list_setting` 1 | 0 — The user's feature list setting. * `1` - Enabled. * `0` - Disabled.
      - `user` string, username — The user's username.
  - `metadata` object
    - `command` string — The method name called.
    - `reason` string — The reason the API function failed when the `metadata.result` field is `0`. This field may display a success message when a function succeeds.
    - `result` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `reason` field for more details.
    - `version` integer — The version of the API function.

---

[API](https://skmtc.net/cpanel/apis/whm-api.md) · [All operations](https://skmtc.net/cpanel/apis/whm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/whm-api/revisions/3da41671c02c/schema)
