Skip to main content

Approve Reject Attestation Account Details

POST 

/approveRejectAttAccEntDetails

This API can be used to approve or reject accounts or entitlements for a user manager attestation.

The Authorization must have Bearer followed by Token.

Mandatory params:

attid - attestation id,

id - same as attid,

verifier - Indicates the approver/verifier username verifying the attestation request,

accounts -

1.accattkey - Indicates the account id which you want to approve/reject

2.userattkey - Indicates the user id which you want to approve

3.certified - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’

entitlements -

1.accattkey - Indicates the account id for which you want to approve/reject for the respective entitlement

2.userattkey - Indicates the user id which you want to approve

3.certified - Select the action you want to perform. For approval, mention ‘Yes’ and for rejecting mention ‘No’

4.entattkey - Indicates the entitlement attribute key for which you want to approve/reject the respective entitlement

Either accounts or entitlements is mandatory.

Optional params:

users -

1.userattkey - Indicates the user id which you want to approve

2.certified - Specify the ‘Action’. Possible values are ‘Works for me’, ‘Does not work for me’, ‘Terminated’, and ‘No response’

comments

Request

Body

    accounts

    object[]

  • Array [

  • accattkey string
    certified string
    userattkey string
  • ]

  • attid string
    comments string

    entitlements

    object[]

  • Array [

  • accattkey string
    certified string
    entattkey string
    userattkey string
  • ]

  • users

    object[]

  • Array [

  • certified string
    userattkey string
  • ]

  • verifier string

Responses

Approve Reject Attestation Account Details

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    msg string
Loading...