Reassign Certification at Account and Entitlement Level Copy
POST/reAssignUserManagerStep2AccEntDetails
This API reassigns accounts, roles, or entitlements to a different user or certifier. The associated users for accounts, roles, or 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/entitlements/roles)
entitlements
- List of child entitlements. (You must provide either accounts/entitlements/roles)
roles
- List of roles. (You must provide either accounts/entitlements/roles)
newassignee
- New certifier or user to whom the certification will be assigned.
bulkupdate
(can be Y/N)
bulkvalidation
(can be Y/N)
bulkConsultAssociatedData
(can be Y/N) This option enables you to specify whether to reassign all accounts, entitlements and roles related to the specified account/entitlement/role.
Optional params:
campaignname
- Name of the campaign.
certificationname
- Name of the certification.
reassignComments
- Comments for reassigning the certification.
Request
- application/json
Body
Array [
]
entitlements
object[]
Responses
- 200
Reassign Certification at Account and Entitlement Level
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 at Account and Entitlement Level
Schema
Array [
]
Array [
]
Array [
]
accounts
object[]
entitlements
object[]
roles
object[]
{
"accounts": [
{
"accattkey": "35799",
"userattkey": "25700"
}
],
"bulkConsultAssociatedData": "Y",
"bulkUpdate": "Y",
"bulkValidation": "Y",
"campaignid": "405",
"campaignname": "um_5.5_bnym_Reconfigure",
"certificationname": "um_5.5_bnym_Reconfigure - UserManger' (UserManger UserManger)",
"certkey": "3471",
"entitlements": [
{
"accattkey": "35800",
"entattkey": "67650",
"userattkey": "25700"
}
],
"newassignee": "UM8'",
"reassignComments": "Tim's Reassign Comment",
"roles": [
{
"roleattkey": "1818",
"userattkey": "25701"
}
],
"updateuser": "UserManger'"
}
{
"accounts": [
{
"accattkey": "35799",
"userattkey": "25700"
}
],
"bulkConsultAssociatedData": "Y",
"bulkUpdate": "Y",
"bulkValidation": "Y",
"campaignid": "405",
"campaignname": "um_5.5_bnym_Reconfigure",
"certificationname": "um_5.5_bnym_Reconfigure - UserManger' (UserManger UserManger)",
"certkey": "3471",
"entitlements": [
{
"accattkey": "35800",
"entattkey": "67650",
"userattkey": "25700"
}
],
"newassignee": "UM8'",
"reassignComments": "Tim's Reassign Comment",
"roles": [
{
"roleattkey": "1818",
"userattkey": "25701"
}
],
"updateuser": "UserManger'"
}