Subject: Unable to Fetch AI Summary – 403 (“You do not have permission”)
I’m currently testing the following Zoom API endpoint:
GET https://api.zoom.us/v2/phone/user/{{userID}}/ai_call_summary/{{aiSummaryId}}
Despite providing all the required parameters and a valid access token (with the admin
scope ), I’m consistently receiving the following response:
-
Status Code: 403
-
Message: “You do not have permission”
I’ve double-checked:
-
The
userID
andaiSummaryId
values -
That the access token is valid and scoped properly
-
scope : user:read:list_users:admin user:read:list_users:master phone:read:list_call_logs:admin phone:read:call_log:admin phone:read:audio:admin phone:read:call_recording:admin phone:read:recording_transcript:admin phone:read:ai_call_summary:admin phone:read:ai_call_summary:master
-
That the account has the necessary admin privileges