Reassign UserManager Step 1 for Campaign
POST/reassignUserManagerforCampaign
This API reassigns UserManager for Campaign at Employment Verification Stage in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignname
or campaignid
certificationname
or certkey
username
Optional params:
newassignee
comments
updateuser
Request
- application/json
Body
campaignidstring
Example:
389
campaignnamestring
Example:
Campaign_53
certificationnamestring
Example:
Campaign_53 - awsadmin (aws admin)
certkeystring
Example:
68177
commentsstring
Example:
certifier from API
newassigneestring
Example:
ahinton
updateuserstring
Example:
admin
usernamestring[]
Example:
["194481","295474"]
Responses
- 200
Lock Campaign / Reassign UserManager for Campaign
Response Headers
Content-Length
string
Date
string
Server
string
WWW-Authenticate
string
- application/json
- Schema
- Example (from schema)
- Lock Campaign
- Reassign UserManager for Campaign
Schema
Total Incomplete certificationundefined[]
Example:
[]
Total locked certificationstring[]
Example:
["testLock1 - acook (Amaya Cook)","testLock1 - tbowers (Tabitha Bowers)"]
errorCodestring
Example:
0
errorcodestring
Example:
0
lockedcertkeynumber[]
Example:
[12255,12256]
msgstring
Example:
Success
{
"Total Incomplete certification": [],
"Total locked certification": [
"testLock1 - acook (Amaya Cook)",
"testLock1 - tbowers (Tabitha Bowers)"
],
"errorCode": "0",
"errorcode": "0",
"lockedcertkey": [
12255,
12256
],
"msg": "Success"
}
{
"Total Incomplete certification": [],
"Total locked certification": [
"testLock1 - acook (Amaya Cook)",
"testLock1 - tbowers (Tabitha Bowers)"
],
"errorCode": "0",
"lockedcertkey": [
12255,
12256
],
"msg": "Success"
}
{
"errorcode": "0",
"msg": "success"
}