Reassign Certification at Account Level
POST/reassignEntOwnerCampaignAccEntDetailsStep2
This API reassigns accounts or child entitlements to a different user or certifier. The associated entitlements for accounts or child entitlements that are being reassigned, must be certified in Step 1.
The Authorization must have Bearer followed by Token.
Mandatory params:
updateuser (can be Admin/Campaign Owner/Certifier/Delegate)
campaignid- Campaign ID or the primary key of the campaign table.
certkey- Certification key or the primary key of the certification table.
accounts- List of accounts. (You must provide either accounts or entitlements2)
entitlements2- List of child entitlements. (You must provide either accounts or entitlements2)
newassignee- New certifier or user to whom the certification will be assigned.
bulkupdate (can be Y/N)
bulkvalidation (can be Y/N)
Optional params:
comments- Comments for reassigning the certification.
Request
Path Parameters
- application/json
Body
Array [
]
entitlements
object[]
Responses
- 200
Reassign Certification at Account Level
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Pragma
string
Referrer-Policy
string
Server
string
Set-Cookie
string
Strict-Transport-Security
string
Transfer-Encoding
string
X-Content-Type-Options
string
X-Frame-Options
string
X-XSS-Protection
string
- application/json
- Schema
- Example (from schema)
- Reassign Certification at Account Level
Schema
Array [
]
Array [
]
accounts
object[]
entitlements2
object[]
{
"accounts": [
{
"accattkey": "35678",
"entattkey": "67390"
}
],
"bulkupdate": "N",
"bulkvalidation": "Y",
"campaignid": "404",
"certkey": "3463",
"comments": "reassigning from API",
"entitlements2": [
{
"ent2attkey": "67397",
"entattkey": "67390"
}
],
"newassignee": "UserManger'",
"updateuser": "EOUser1'"
}
{
"accounts": [
{
"accattkey": "35678",
"entattkey": "67390"
}
],
"bulkupdate": "N",
"bulkvalidation": "Y",
"campaignid": "404",
"certkey": "3463",
"comments": "reassigning from API",
"entitlements2": [
{
"ent2attkey": "67397",
"entattkey": "67390"
}
],
"newassignee": "UserManger'",
"updateuser": "EOUser1'"
}