# 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 %}
