> For the complete documentation index, see [llms.txt](https://docs.signius.eu/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/api/ra/check-if-verification-is-required.md).

# Check if verification is required

## Check if verification is required

With this request, you can check if this user needs to be verified.

<mark style="color:green;">`GET`</mark> <https://professional.signius.eu:8300/api/ra/users/\\{{user\\_email\\}}/identity-verification>

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Response**

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

```json
{
    "isVerificationRequired": true
}
```

{% endtab %}
{% endtabs %}
