This API returns the list of account entitlement association for entitlement type role
GET/accounts/role_memberships
This API returns the list of account entitlement association for entitlement type role
Responses​
- 200
- 400
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
count integer
role_memberships
object[]
accountID integer
entitlementID integer
{
"count": 9,
"role_memberships": [
{
"accountID": 15553759289491,
"entitlementID": 15553692240529
},
{
"accountID": 15553759289492,
"entitlementID": 15553692240529
},
{
"accountID": 15553759289493,
"entitlementID": 15553692240529
},
{
"accountID": 15553759289491,
"entitlementID": 15553670302865
},
{
"accountID": 15553759289492,
"entitlementID": 1555367030286
},
{
"accountID": 15553759289493,
"entitlementID": 15553670302865
},
{
"accountID": 15553759289491,
"entitlementID": 15553692240529
},
{
"accountID": 15553759289492,
"entitlementID": 15553692240529
},
{
"accountID": 15553759289493,
"entitlementID": 15553692240529
}
]
}
Failure in fetching account role association
Loading...