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
- application/json
Body
endpointkey string
entitlement_valuekey string
entitlementtypekey string
max string
offset string
userkey string
Responses
- 200
Get Access Recommendations
Response Headers
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Get Access Recommendations
Schema
Array [
]
displaycount number
errorcode number
msg string
recommendations
object[]
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
{
"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
}
Loading...