Skip to main content

Certify User Manager for Campaign

POST 

/certifyUserManagerforCampaign

This API will do employee verification for a particular campaign. The Authorization must have Bearer followed by Token. Mandatory params: verifications - 1. campaignId 2. employee - can be one employee or list of employees like - ["jdoe","","smith","john"], 3. verifier 4. action - Valid actions are WORKSFORME/DOESNOTWORKFORME/NORESPONSE, 5. certkey Optional params: comments in the verifications

Request

Body

    verifications

    object[]

  • Array [

  • action string
    campaignId string
    certkey string
    comments string
    employee string
    verifier string
  • ]

Responses

certifyUserManagerforCampaign / Certify User Manager for Campaign

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    count number
    errorCode string
    msg string

    verifications

    object[]

  • Array [

  • employee string
    action string
    errorCode string
    id string
    msg string
    campaignId string
    verifier string
  • ]

Loading...