# Add face

> `UiPath.MicrosoftFace.Activities.AddFace`

`UiPath.MicrosoftFace.Activities.AddFace`

Assigns a face image to a person inside a person group to be used in the future for verification and identification.

## Properties

### Authentication

* **ServiceURL** - The endpoint to the Microsoft Face service. Format is `https://*region*.api.cognitive.microsoft.com`.
* **SubscriptionKey** - The subscription key for authenticating the Microsoft Face Service calls. The subscription key needs to be provided by Microsoft. For more information please visit the official Microsoft documentation [here](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/face-api/)

### Common

* **DisplayName** - The display name of the activity.

### File

* **ImagePath** - The path to the image to be sent to the server. The image needs to be associated with a person inside a person group. The image needs to contain exactly one face.

### Input

* **PersonGroupName** - The name of the person group to which to upload the face image.
* **PersonName** - The name of the person in the provided image.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
