# Reject developer verification

### Input parameters

* UserUID
* Comment (string)

### How to call from app

HTTP request to: /reject-developer-verification

### Logic

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