# IsDiscordEmailVerified

## IsDiscordEmailVerified

<mark style="color:blue;">`GET`</mark> `exports.Badger_Discord_API:IsDiscordEmailVerified(user)`

This export allows you to check if a player has their Discord email verified.

#### Query Parameters

| Name | Type   | Description                                 |
| ---- | ------ | ------------------------------------------- |
| user | object | The source of the player you want to check. |

{% tabs %}
{% tab title="200 Returns true if email is verified:" %}

```
true
```

{% endtab %}

{% tab title="404 Returns false if email is not verified \[returns nil if data returned is nil]:" %}

```
false
```

{% endtab %}
{% endtabs %}
