☑️Accept Developer verification

Input parameters

  • UserUID

  • Comment (string)

How to call from app

HTTP request to: /verify-developer

Logic

  1. The frontend (admin.tasksource.io) calls the API (/accept-developer-verification/User-UID)

  2. add a filed to the user: isVerified = true, hasRequestedVerification =false

  3. Send email:

    1. to_email_adress = "USEREMIAL"

    2. template_name = "accept-developer-verification->user"

    3. data = {user = user, comment = comment}

Last updated