Skip to main content

Approve Reject Campaign Account Entitlement Details

POST 

/approverejectCampaignAccEntDetails

This API is used to certify/revoke the user's access (account, entitlement) along with employment verification. When an approve or reject action is performed for a line item in a User Manager campaign, then only the latest comment sent through the API is retained in the comments field but all the comments (including actions) are stored in the audit trail/history. From Release v23.8, this API now supports resetting of actions on roles within a certification. The Authorization must have Bearer followed by Token. Mandatory params: campaignid certkey verifier accounts -

  1. accattkey 2. userattkey 3. certified (Can be Yes/No/Reset) 4. comments

entitlements -

  1. entattkey 2. accattkey 3. userattkey 4. certified (Can be Yes/No/Reset) 5. comments

users -

  1. userattkey 2. certified 3. comments

Optional params: bulkUpdate(Can be Y or N) approveComment rejectComment doesNotBelongToMeComment roleattkey bulkValidations(If 'Y' the code works as is and all validations happen, if bulkValidations=' N' the code will skip validations for all the records passed)

Request

Body

    accounts

    object[]

  • Array [

  • accattkeystring
    Example: 295938
    certifiedstring
    Example: YES
    commentsstring
    Example: yash_approve123
    userattkeystring
    Example: 199968
  • ]

  • bulkUpdatestring
    Example: Y
    bulkValidationsstring
    Example: N
    campaignidstring
    Example: 8509
    certkeystring
    Example: 8841

    entitlements

    object[]

  • Array [

  • accattkeystring
    Example: 295938
    certifiedstring
    Example: YES
    entattkeystring
    Example: 813182
    userattkeystring
    Example: 199968
  • ]

  • roles

    object[]

  • Array [

  • accattkeystring
    Example: 295938
    certifiedstring
    Example: YES
    commentsstring
    Example: APPROLECOMMENTS#$
    roleattkeystring
    Example: 14948
    userattkeystring
    Example: 199968
  • ]

  • verifierstring
    Example: admin

Responses

Approve Reject Campaign Account Entitlement Details / Approve Reject Campaign Account Entitlement Details - new

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Permissions-Policy

    string

  • Referrer-Policy

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Success
    usersstring
    Example: Success