Reassign Certifications
POST {{baseUrl}}/campaigns/:id/reassign
This API reassigns the specified certifications from one identity to another.
A token with ORGADMIN or CERTADMIN authority is required to call this API.
Request Body
{"certificationIds"=>["af3859464779471211bb8424a563abc1", "af3859464779471211bb8424a563abc2", "af3859464779471211bb8424a563abc3"], "reassignTo"=>{"id"=>"ef38f94347e94562b5bb8424a56397d8", "type"=>"IDENTITY"}, "reason"=>"reassigned for some reason"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string |