---
title: "Return account DCV issues"
method: GET
path: "/get_autossl_problems_for_user"
tags: ["SSL", "cPanel Account Settings"]
---

# Return account DCV issues

`GET /get_autossl_problems_for_user`

This function returns the list of the latest Domain Control Validation (DCV) problems for a cPanel user.

## Query parameters

- `username` string, username, required

## Response `200`

HTTP Request was successful.

- object
  - `data` object
    - `problems_by_domain` object[] — An array of objects that contain information about DCV problems for each domain.
      - `domain` string, domain — The domain's name
      - `log` string, ISO-8601 Date Time — The log folder of the last run in the `/var/cpanel/logs/autossl/` directory.
      - `problem` string — The human readable explanation of the DCV problem. **Note** The system does **not** localize this return.
      - `time` string, ISO-8601 Date Time — The last run time of the AutoSSL queue.
  - `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)
