Consult EntitlementOwner Step 2 for Campaign
POST/consultEOCampaignAccEntDetails
This API consults Entitltment Owner for Campaign at Account and Access Certification Stage in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignname
or campaignid
certificationname
or certkey
newassignee
accountentitlements
- 1. entitlement
2. accounts
Optional params:
comments
updateuser
Request
- application/json
Body
Array [
]
accountentitlements
object[]
accountsstring[]
Example:
["saviyntUser03"]
entitlementstring
Example:
Ent1
campaignidstring
Example:
412
campaignnamestring
Example:
test_ent_acc_camp_2
certificationnamestring
Example:
test_ent_acc_camp_2 - awsadmin (firstnametest1 lastnametest1)
certkeystring
Example:
136121
commentsstring
Example:
certifier from API
newassigneestring
Example:
ahinton
updateuserstring
Example:
admin
Responses
- 200
Consult EntitlementOwner Step 2 for Campaign
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Content-Language
string
Date
string
Expires
string
Referrer-Policy
string
Server
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Consult EntitlementOwner Step 2 for Campaign
Schema
errorcodestring
Example:
0
msgstring
Example:
success
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}