Skip to main content

Validate Entitlement Request Data

POST 

/validateEntitlementRequestData

This API checks if a user is allowed to request for the entitlements given in a list based on the existing access and entitlement map exclusion. The Authorization must have Bearer followed by Token. Mandatory params: username, endpoint, entitlementList - List of entitlementtypes and entitlements that needs to be checked. Optional params: includeinflightrequests - If includeinflightrequests is true, API will also consider Entitlement requests in flight (requests that are submitted but not yet approved/rejected).

Request

Body

    endpoint string

    entitlementList

    object[]

  • Array [

  • entitlementtype string
    entitlementvalue string
  • ]

  • includeinflightrequests string
    username string

Responses

Validate Entitlement RequestData

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    endpoint string
    errorCode string
    message string
    username string

    validationResults

    object[]

  • Array [

  • entitlementtype string
    entitlementvalue string
    failurereason string
    requestable string
  • ]

Loading...