Consult AppOwner Account Entitlement Details
POST/consultAppOwnerCampaignAccEntDetails
This API consults Application 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
accounts -
accattkeyconsultassociatedentitlements(optional)
entitlements -
accattkeyentattkey
Optional params:
comments
updateuser
Request
Path Parameters
path stringrequired
- application/json
Body
Array [
]
Array [
]
accounts
object[]
accattkey string
consultassociatedentitlements string
campaignid string
certkey string
comments string
entitlements
object[]
accattkey string
entattkey string
newassignee string
updateuser string
Responses
- 200
Consult AppOwner Account Entitlement Details - SUCCESS
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Connection
string
Date
string
Expires
string
Pragma
string
Referrer-Policy
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)
- Consult AppOwner Account Entitlement Details - SUCCESS
Schema
errorcode string
msg string
{
"errorcode": "0",
"msg": "success"
}
{
"errorcode": "0",
"msg": "success"
}
Loading...