Finalize Identity Certification Decisions
POST {{baseUrl}}/certifications/:id/sign-off
This API finalizes all decisions made on an identity campaign certification and initiates any remediations required. A token with ORGADMIN or CERTADMIN authority is required to call this API. Reviewers for this certification can also call this API. This API does not support requests for certifications assigned to Governance Groups.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"2c9180835d2e5168015d32f890ca1581","name":"Source Owner Access Review for Employees [source]","campaign":{"id":"ef38f94347e94562b5bb8424a56397d8","name":"Campaign Name","type":"CAMPAIGN","campaignType":"MANAGER","description":"A description of the campaign","correlatedStatus":"CORRELATED","mandatoryCommentRequirement":"NO_DECISIONS"},"completed":true,"identitiesCompleted":5,"identitiesTotal":10,"created":"2018-06-25T20:22:28.104Z","modified":"2018-06-25T20:22:28.104Z","decisionsMade":20,"decisionsTotal":40,"due":"2018-10-19T13:49:37.385Z","signed":"2018-10-19T13:49:37.385Z","reviewer":{"id":"ef38f94347e94562b5bb8424a56397d8","name":"Reviewer Name","email":"reviewer@test.com","type":"IDENTITY","created":"2018-06-25T20:22:28.104Z","modified":"2018-06-25T20:22:28.104Z"},"reassignment":{"from":{"id":"ef38f94347e94562b5bb8424a56397d8","name":"Certification Name","type":"CERTIFICATION","reviewer":{"id":"ef38f94347e94562b5bb8424a56397d8","name":"Reviewer Name","email":"reviewer@test.com","type":"IDENTITY","created":"2018-06-25T20:22:28.104Z","modified":"2018-06-25T20:22:28.104Z"}},"comment":"Reassigned for a reason"},"hasErrors":false,"errorMessage":"The certification has an error","phase":"ACTIVE"}