curl --location --request GET 'https://api-staging.tenbyte.io/v1/account/users/eefee0ab-3b58-4d8a-94b5-ab15267847bf/permissions' \
--header 'Authorization: Bearer <token>'{
"result": {
"data": {
"stream": [
{
"id": "7f0d3fce-95e9-4780-a26a-a49b98cd2b67",
"name": "library",
"service": "vod",
"entity_id": "d932c659-7ae8-4c84-aad5-8e23b275947d",
"entity_type": "library ",
"root_entity_id": null,
"root_entity_type": null
},
{
"id": "7f0d3fce-95e9-4780-a26a-a49b98cd2b67",
"name": "billing",
"service": "vod",
"entity_id": "ab262a90-3e1d-4a71-ac52-b0c76d7af467",
"entity_type": "organizations ",
"root_entity_id": null,
"root_entity_type": null
},
{
"id": "7f0d3fce-95e9-4780-a26a-a49b98cd2b67",
"name": "api",
"service": "vod",
"entity_id": "ab262a90-3e1d-4a71-ac52-b0c76d7af467",
"entity_type": "organizations ",
"root_entity_id": null,
"root_entity_type": null
}
]
}
},
"message": "Permissions retrieved successfully",
"success": true
}