> For the complete documentation index, see [llms.txt](https://docs.conscent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.conscent.ai/version-2.0/integrating-apis-v2/user-registered-or-not.md).

# User Registered Or Not

<mark style="color:blue;">`GET`</mark> `{API_URL}/client/check-account-status-by-client`

Auth required: YES

Please pass your API key as the username and API secret as the password as Basic Auth to access the endpoint

#### Query Parameters

| Name        | Type   | Description              |
| ----------- | ------ | ------------------------ |
| phone       | String | phone number of the user |
| countryCode | String | contryCode of phone No.  |
| email       | String | email of the user        |
| status      | CHURN  |                          |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

> You need to pass either phone number or email of the user from which the user has registered.

```json
{
    "accountExists": false
}
```
