Hi,
I’m using the below API call to make decision on certification via API call, but I’m not able to do it. could someone help on this.
API CALL :
POST → https://tenant-sb.api.identitynow.com/beta/certifications/ef4c1144a7b04378bdf814858382ef12/decide
BODY :
[
{
"id": "ef4c1144a7b04378bdf814858382ef12",
"decision": "APPROVE",
"proposedEndDate": "2023-06-27T16:36:24Z",
"bulk": true,
"recommendation": {
"recommendation": null,
"reasons": [
"Reason 1",
"Reason 2"
],
"timestamp": "2023-06-27T16:36:24Z"
},
"comments": "This user no longer needs access to this source"
}
]