Reassign Identities or Items
POST {{baseUrl}}/certifications/:id/reassign
This API reassigns up to 50 identities or items in an identity campaign certification to another reviewer. 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.
Request Body
{"reassign"=>[{"id"=>"ef38f94347e94562b5bb8424a56397d8", "type"=>"ITEM"}, {"id"=>"ef38f94347e94562b5bb8424a56397d8", "type"=>"ITEM"}], "reassignTo"=>"ef38f94347e94562b5bb8424a56397d8", "reason"=>"reassigned for some reason"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
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"}