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 [

  • actionstring
    Example: DOESNOTWORKFORME
    employeestring
    Example: dbailey
    idstring
    Example: 13
    verifierstring
    Example: admin
  • ]

Responses

Certify UserManager Requests

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    countnumber
    Example: 1
    errorCodestring
    Example:
    msgstring
    Example:

    verifications

    object[]

  • Array [

  • employeestring
    Example: dbailey
    errorCodestring
    Example: 0
    idstring
    Example: 13
    msgstring
    Example: Success
  • ]