> For the complete documentation index, see [llms.txt](https://developer.myidentitypass.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.myidentitypass.com/v1/data-verification-1/biometric/face-1/face-authentication.md).

# Face Enrollment

## Enrol User

<mark style="color:green;">`POST`</mark> `https://api.myidentitypay.com/api/v1/biometrics/merchant/user/enroll/`

This endpoint allows you to enrol users

#### Query Parameters

| Name        | Type   | Description                                                           |
| ----------- | ------ | --------------------------------------------------------------------- |
| last\_name  | string | User's last name                                                      |
| first\_name | string | User's first name                                                     |
| face\_image | string | image url of user's face(use the best practices to genrate the image) |
| email       | string | User's Email address                                                  |

#### Headers

| Name      | Type   | Description                 |
| --------- | ------ | --------------------------- |
| X-Api-Key | string | \<your merchant secret key> |

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

```
```

{% endtab %}
{% endtabs %}
