# Accept Developer verification

### Input parameters

* UserUID
* Comment (string)

### How to call from app

HTTP request to: /verify-developer

### Logic

1. The frontend (admin.tasksource.io) calls the API (/accept-developer-verification/User-UID)
2. add a filed to the user: isVerified = true, hasRequestedVerification =false
3. Send email:
   1. to\_email\_adress = "USEREMIAL"
   2. template\_name = "accept-developer-verification->user"
   3. data = {user = user, comment =  comment}
