Skip to main content

Get Access Recommendations

POST 

/getAccessRecommendations

This API provides the count and details of all the recommended entitlements associated with that entitlement type and displays relevance scores to requestors while requesting access. The Authorization must have Bearer followed by Token. Mandatory params: username/userkey(if both are passed then userkey will be considered) Optional params: endpointname/endpointkey(if both are passed then endpointkey will be considered) entitlementtypekey/entitlementtype(if both are passed then entitlementtypekey will be considered) entitlement_valuekey max offset

Request

Body

    endpointkey string
    entitlement_valuekey string
    entitlementtypekey string
    max string
    offset string
    userkey string

Responses

Get Access Recommendations

Response Headers

  • Date

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Vary

    string

  • X-Content-Type-Options

    string

Schema

    displaycount number
    errorcode number
    msg string

    recommendations

    object[]

  • Array [

  • accountkey number
    accountname string
    description string
    displayname string
    endpointkey number
    endpointname string
    entitlement_value string
    entitlement_valuekey number
    entitlementtype string
    entitlementtypekey number
    peergroupconfidencepercentage string
    recommended string
  • ]

  • totalcount number
Loading...