Skip to main content

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

Body

    campaignId string
    certkey string
    max string
    offset string

Responses

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

Schema

    campaignAccountEntDetails

    object[]

  • Array [

  • accountcount number

    accounts

    object[]

  • Array [

  • accountStatus string
    accountname string
    certaccountkey number
    certified stringnull
    comments stringnull
    displayname stringnull
    endpoint string
    entitlementcount number
    entitlements undefined[]
    firstname string
    lastCertifiedCampaignName stringnull
    lastCertifiedUser numbernull
    securitySystem stringnull
    systemUserName string
    userStatus number
    username string
  • ]

  • certificationname string
    certkey string
    status string
  • ]

  • campaignId string
    complete string
    count number
    errorCode string
    msg string
    totalCount number
Loading...