UserUID
Comment (string)
HTTP request to: /verify-developer
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 3 years ago