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 [

  • actionstring
    Example: DOESNOTWORKFORME
    campaignIdstring
    Example: 228
    certkeystring
    Example: 15575
    commentsstring
    Example: test comments for acook
    employeestring
    Example: acook
    verifierstring
    Example: dbailey
  • ]

Responses

certifyUserManagerforCampaign / Certify User Manager for Campaign

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    countnumber
    Example: 2
    errorCodestring
    Example:
    msgstring
    Example:

    verifications

    object[]

  • Array [

  • employeestring
    Example: acook
    actionstring
    Example: acook
    errorCodestring
    Example: 0
    idstring
    Example: 227
    msgstring
    Example: success
    campaignIdstring
    Example: success
    verifierstring
    Example: success
  • ]