---
title: "Validate monitoring account enablement"
method: GET
path: "/SiteQuality/is_site_quality_user_enabled"
tags: ["SiteQuality"]
---

# Validate monitoring account enablement

`GET /SiteQuality/is_site_quality_user_enabled`

This function verifies that <a href="https://go.cpanel.net/5k" target="_blank">koality</a> has enabled the cPanel user's Site Quality Monitoring account.

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object — An object that contains user attributes.
      - `enabled` 0 | 1 — Whether or not the account has been enabled. * `1` - Enabled * `0` - Disabled
    - `errors` string[], nullable — List of errors that the API generated.
    - `messages` string[], nullable — List of messages the API generated.
    - `metadata` object
    - `status` 0 | 1 — * `1` — Success. * `0` — Failed. Check the `errors` field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running an API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/versions/632e2f8e6d04/schema)
