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
Path Parameters
- application/json
Body
Responses
- 200
Get Access Recommendations
Response Headers
Connection
string
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Transfer-Encoding
string
Vary
string
X-Content-Type-Options
string
X-Frame-Options
string
X-XSS-Protection
string
- application/json
- Schema
- Example (from schema)
- Get Access Recommendations
Schema
Array [
]
recommendations
object[]
{
"displaycount": 1,
"errorcode": 0,
"msg": "success",
"recommendations": [
{
"accountkey": 105923,
"accountname": "Devloper2amp",
"description": "",
"displayname": "",
"endpointkey": 201,
"endpointname": "Aha",
"entitlement_value": "Aha Feature Editor",
"entitlement_valuekey": 102,
"entitlementtype": "Aha Features",
"entitlementtypekey": 101,
"peergroupconfidencepercentage": "100",
"recommended": "true"
}
],
"totalcount": 1
}
{
"displaycount": 1,
"errorcode": 0,
"msg": "success",
"recommendations": [
{
"accountkey": 105923,
"accountname": "Devloper2amp",
"description": "",
"displayname": "",
"endpointkey": 201,
"endpointname": "Aha",
"entitlement_value": "Aha Feature Editor",
"entitlement_valuekey": 102,
"entitlementtype": "Aha Features",
"entitlementtypekey": 101,
"peergroupconfidencepercentage": "100",
"recommended": "true"
}
],
"totalcount": 1
}