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
- application/json
Body
Array [
]
verifications
object[]
Responses
- 200
Certify UserManager Requests
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Certify UserManager Requests
Schema
Array [
]
verifications
object[]
{
"count": 1,
"errorCode": "",
"msg": "",
"verifications": [
{
"employee": "dbailey",
"errorCode": "0",
"id": "13",
"msg": "Success"
}
]
}
{
"count": 1,
"errorCode": "",
"msg": "",
"verifications": [
{
"employee": "dbailey",
"errorCode": "0",
"id": "13",
"msg": "Success"
}
]
}