API Documentation
  • 🦸User
    • 🐔requestDeveloperVerification
    • ☑️Accept Developer verification
    • 🚫Reject developer verification
    • 🆕NEW Authentication Trigger
  • 📧Send emails
  • 📂Projects
    • 📩Invite a new Team member
  • 📔Tasks
    • 💣Cancel Task
    • 🔎Submit task
    • 👨‍💻Assign Task
  • Step 1 taskflow
    • ✅Accept task
    • ❌Reject task
    • ⏳Deadline reached
  • Step 2 taskflow
    • ✅Accept developer (creator)
    • ❌Reject developer (creator)
  • Step 3 taskflow
    • 🚦Submit for review
    • ⏳Review Deadline reached
    • ✅Accept work result
    • ❌Reject work result
  • Step 4 Taskflow
    • 💸Generate Invoice
    • 💸Mark invoice as paid
Powered by GitBook
On this page
  • Input parameters
  • How to call from app
  • Logic
  1. User

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}

PreviousAccept Developer verificationNextNEW Authentication Trigger

Last updated 2 years ago

🦸
🚫