Reassign Certification
POST/reAssignCertification
This API is used to reassign certification to a different user or certifier. The user making this update must be an administrator, a campaign owner or its delegates.
Note: This is applicable only for User Manager, Entitlement Owner, and Application Owner campaigns.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
updateuser
(can be Admin/Campaign Owner/Delegates)
campaignid
- Campaign ID or the primary key of the campaign table.
certkey
- Certification key or the primary key of the certification table.
newassignee
- New certifier or user to whom the certification will be assigned.
Optional params:
reassignComments
- Comments for reassigning the certification.
Request
- application/json
Body
Responses
- 200
Reassign Certification
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
X-Frame-Options
string
- application/json
- Schema
- Example (from schema)
- Reassign Certification
Schema
{
"campaignid": "405",
"certkey": "3468",
"newassignee": "SAOwner2'",
"reassignComments": "Tim's Reassign Comment",
"updateuser": "CampOwner'"
}
{
"campaignid": "405",
"certkey": "3468",
"newassignee": "SAOwner2'",
"reassignComments": "Tim's Reassign Comment",
"updateuser": "CampOwner'"
}