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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"2c918086719eec070171a7e3355a360a","type":"ADMIN_REASSIGN","targetType":"CAMPAIGN","targetId":"2c918086719eec070171a7e3355a834c","status":"QUEUED","errors":[{"locale":"en-US","localeOrigin":"DEFAULT","text":"The request was syntactically correct but its content is semantically invalid."},{"locale":"en-US","localeOrigin":"DEFAULT","text":"The request was syntactically correct but its content is semantically invalid."}],"reassignmentTrailDTOs":[{"previousOwner":"ef38f94347e94562b5bb8424a56397d8","newOwner":"ef38f94347e94562b5bb8424a56397a3","reassignmentType":"AUTOMATIC_REASSIGNMENT"},{"previousOwner":"ef38f94347e94562b5bb8424a56397d8","newOwner":"ef38f94347e94562b5bb8424a56397a3","reassignmentType":"AUTOMATIC_REASSIGNMENT"}],"created":"2020-09-24T18:10:47.693Z"}