Skip to main content

Certify UserManager Requests

POST 

/certifyUserManagerRequests

This API can be used to certify users employment status for user manager attestation.

The Authorization must have Bearer followed by Token.

Mandatory params:

verifications -

employee - Username to whom you want to certify

verifier - Indicates the ‘username’ of the approver/verifier

action - Specify the ‘Action’ you want to take for the respective Campaign. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’

id - Indicates the attestation id for which you want to take action specified in the ‘Action’ parameter.

Optional params:

verifications -

comments - Specify the comments you want to mention for taking the respective action

Request

Body

    verifications

    object[]

  • Array [

  • action string
    employee string
    id string
    verifier string
  • ]

Responses

Certify UserManager Requests

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    count number
    errorCode string
    msg string

    verifications

    object[]

  • Array [

  • employee string
    errorCode string
    id string
    msg string
  • ]

Loading...