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 [

  • accattkeystring
    Example: 3
    certifiedstring
    Example: Yes
    userattkeystring
    Example: 141679
  • ]

  • attidstring
    Example: 12
    commentsstring
    Example: att comment

    entitlements

    object[]

  • Array [

  • accattkeystring
    Example: 3
    certifiedstring
    Example: Yes
    entattkeystring
    Example: 67
    userattkeystring
    Example: 141679
  • ]

  • users

    object[]

  • Array [

  • certifiedstring
    Example: WORKSFORME
    userattkeystring
    Example: 141679
  • ]

  • verifierstring
    Example: admin

Responses

Approve Reject Attestation Account Details

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Success