> For the complete documentation index, see [llms.txt](https://docs.tasksource.io/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tasksource.io/api-documentation/user/reject-developer-verification.md).

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