Reassign Certifications Asynchronously

POST {{baseUrl}}/certifications/:id/reassign-async

This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The certification-tasks API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORGADMIN or CERTADMIN authority is required to call this API. Reviewers for this certification can also call this API.

Request Body

{"reassign"=>[{"id"=>"ef38f94347e94562b5bb8424a56397d8", "type"=>"ITEM"}, {"id"=>"ef38f94347e94562b5bb8424a56397d8", "type"=>"ITEM"}], "reassignTo"=>"ef38f94347e94562b5bb8424a56397d8", "reason"=>"reassigned for some reason"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"abcd-ef12-3456","certificationId":"ef38f94347e94562b5bb8424a56397d8","type":"REASSIGN","status":"IN_PROGRESS"}