Approve Reject Attestation Account Details
POST/approveRejectAttAccEntDetails
This API can be used to approve or reject accounts or entitlements for a user manager attestation.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
attid
- attestation id,
id
- same as attid,
verifier
- Indicates the approver/verifier username verifying the attestation request,
accounts
-
1.accattkey
- Indicates the account id which you want to approve/reject
2.userattkey
- Indicates the user id which you want to approve
3.certified
- Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’
entitlements
-
1.accattkey
- Indicates the account id for which you want to approve/reject for the respective entitlement
2.userattkey
- Indicates the user id which you want to approve
3.certified
- Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’
4.entattkey
- Indicates the entitlement attribute key for which you want to approve/reject the respective entitlement
Either accounts or entitlements is mandatory.
Optional params:
users
-
1.userattkey
- Indicates the user id which you want to approve
2.certified
- Specify the ‘Action’. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’
comments
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
accounts
object[]
entitlements
object[]
users
object[]
Responses
- 200
Approve Reject Attestation Account Details
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Approve Reject Attestation Account Details
Schema
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}