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