🚫Reject developer verification
Input parameters
UserUID
Comment (string)
How to call from app
HTTP request to: /reject-developer-verification
Logic
The frontend (admin.tasksource.io) calls the API (/reject-developer-verification/User-UID)
add a filed to the user: isVerified = false & hasRequestedVerification = false
Send email:
to_email_adress = "USERMail"
template_name = "reject-developer-verification->user"
data = {user = user, comment = comment}
Last updated