Fetch Account Entitlement Details
POST/fetchAppOwnerCampaignAccEntDetails
This API returns user details, account-entitlement details of a particular campaign required for certify/revoke API. If last certified actions and last certified comments are configured during campaign creation, then it is displayed in the API response.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
campaignId
Optional params:
certkey
max
(default is 100),
offset
(default is 0),
returnFlatResponse
(can be true or false)
Request
- application/json
Body
Responses
- 200
Fetch Account Entitlement Details
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)
- Fetch Account Entitlement Details
Schema
Array [
Array [
]
]
campaignAccountEntDetails
object[]
accounts
object[]
{
"campaignAccountEntDetails": [
{
"accountcount": 5,
"accounts": [
{
"accountStatus": "Manually Provisioned",
"accountname": "G000526",
"certaccountkey": 227493,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Ohjae",
"lastCertifiedCampaignName": null,
"lastCertifiedUser": null,
"securitySystem": "Banking Application",
"systemUserName": "ohjae_chang-46b4",
"userStatus": 1,
"username": "G000526"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "G000706",
"certaccountkey": 227494,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "KC",
"lastCertifiedCampaignName": null,
"lastCertifiedUser": null,
"securitySystem": "Banking Application",
"systemUserName": "kpark",
"userStatus": 1,
"username": "G000706"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "U009768",
"certaccountkey": 227499,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Marion",
"lastCertifiedCampaignName": "User Manager Campaign - Azure Applications",
"lastCertifiedUser": 2,
"securitySystem": "Banking Application",
"systemUserName": "mdemaria",
"userStatus": 1,
"username": "U009768"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "U011556",
"certaccountkey": 227500,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Daniel",
"lastCertifiedCampaignName": "User Manager Campaign - Azure Applications",
"lastCertifiedUser": 2,
"securitySystem": "Banking Application",
"systemUserName": "dschibler",
"userStatus": 1,
"username": "U011556"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "sallyfagan@identcentrix.com",
"certaccountkey": 227502,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Sally",
"lastCertifiedCampaignName": null,
"lastCertifiedUser": null,
"securitySystem": "Banking Application",
"systemUserName": "sfagan",
"userStatus": 1,
"username": "sallyfagan@identcentrix.com"
}
],
"certificationname": "appowner1 - G000526 (Ohjae Chang)",
"certkey": "37564",
"status": "New"
}
],
"campaignId": "212",
"complete": "No",
"count": 1,
"errorCode": "0",
"msg": "successful",
"totalCount": 1
}
{
"campaignAccountEntDetails": [
{
"accountcount": 5,
"accounts": [
{
"accountStatus": "Manually Provisioned",
"accountname": "G000526",
"certaccountkey": 227493,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Ohjae",
"lastCertifiedCampaignName": null,
"lastCertifiedUser": null,
"securitySystem": "Banking Application",
"systemUserName": "ohjae_chang-46b4",
"userStatus": 1,
"username": "G000526"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "G000706",
"certaccountkey": 227494,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "KC",
"lastCertifiedCampaignName": null,
"lastCertifiedUser": null,
"securitySystem": "Banking Application",
"systemUserName": "kpark",
"userStatus": 1,
"username": "G000706"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "U009768",
"certaccountkey": 227499,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Marion",
"lastCertifiedCampaignName": "User Manager Campaign - Azure Applications",
"lastCertifiedUser": 2,
"securitySystem": "Banking Application",
"systemUserName": "mdemaria",
"userStatus": 1,
"username": "U009768"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "U011556",
"certaccountkey": 227500,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Daniel",
"lastCertifiedCampaignName": "User Manager Campaign - Azure Applications",
"lastCertifiedUser": 2,
"securitySystem": "Banking Application",
"systemUserName": "dschibler",
"userStatus": 1,
"username": "U011556"
},
{
"accountStatus": "Manually Provisioned",
"accountname": "sallyfagan@identcentrix.com",
"certaccountkey": 227502,
"certified": null,
"comments": null,
"displayname": null,
"endpoint": "Banking Application",
"entitlementcount": 0,
"entitlements": [],
"firstname": "Sally",
"lastCertifiedCampaignName": null,
"lastCertifiedUser": null,
"securitySystem": "Banking Application",
"systemUserName": "sfagan",
"userStatus": 1,
"username": "sallyfagan@identcentrix.com"
}
],
"certificationname": "appowner1 - G000526 (Ohjae Chang)",
"certkey": "37564",
"status": "New"
}
],
"campaignId": "212",
"complete": "No",
"count": 1,
"errorCode": "0",
"msg": "successful",
"totalCount": 1
}