agent_id
, follow this guide:curl --location -g --request GET 'https:///v2/api/agent/0/user/permission' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "User Agent Permission data fetched successfully",
"data": [
{
"id": 113,
"agent": 1095
}
]
}