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