agent_id
. Access levels determine who can view, use, or collaborate with the agent in the system.agent_id
as a path parameter.access
value.agent_id
, follow this guide:curl --location -g --request PUT 'https:///v2/api/agent/1251/access' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"access": "Only me"
}'
{
"success": true,
"message": "Agent Access Data updated successfully",
"data": {
"id": 1251,
"agent_name": "Policy Whisperer",
"access": "Only team"
}
}