Skip to main content

Create Auto-approved Request

POST 

/createautoapprovedrequest

This API call can be used to auto-approve requests for a particular endpoint and security system. These requests can be used to create, update, or delete types of entitlement requests. The auto-approved request is shown in Request History.

Note: There should be a workflow with grant access already created with β€˜AUTOAPPROVAL’ name and the workflow should be added to externalconfig.properties file with below details: sav.autoapprovalwfname=AUTOAPPROVAL.

The Authorization must have Bearer followed by Token.

Mandatory params: username, requestor, requestaccess - [endpoint,securitysystem, requesttype, accountname]

Optional params: comments, requestaccess - [entitlement (entitlement.ADD, entitlement.REMOVE), requestaccessattr]

Request​

Body

    commentsstring
    Example: add comment

    requestaccess

    object[]

  • Array [

  • accountnamestring
    Example: dbailey
    endpointstring
    Example: System1

    entitlement

    object

    ADDstring[]
    Example: ["entitlementtype2####entitlementvalue2"]
    REMOVEstring[]
    Example: ["entitlementtype1####entitlementvalue1"]
    requestaccessattrstring[]
    Example: ["DynamicAttr1####dynamicAttrValue1","DynamicAttr2####dynamicAttrValue2"]
    requesttypestring
    Example: 2
    securitysystemstring
    Example: System1
  • ]

  • requestorstring
    Example: admin
    usernamestring
    Example: dbailey

Responses​

Create Auto-approved Request

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    RequestIdstring
    Example: 10122
    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS