Server-to-Server app receiving 403 "You do not have permission" on outbound_caller_id/customized_numbers endpoints since mid-August — same operation works in web portal

API Endpoint(s)

GET/POST/DELETE /v2/phone/users/{userId}/outbound_caller_id/customized_numbers (also the site-level variant)

Description

These endpoints worked for months, then started returning 403 for our account around Aug 15 with no changes on our side. All verbs, all users, all sites.

  • App holds the granular scopes (phone:read/write/delete:user_customized_number:admin)
  • A brand-new S2S app with all grantable Phone scopes fails identically on its first request
  • The same operation works in the web admin portal, and select_outbound_caller_id is enabled
  • All other Phone endpoints return 200 with the same token

Error?

403 {"code":403,"message":"You do not have permission."}

Note: it’s a bare 403 — not the usual “does not contain scopes:[…]” error, so it isn’t a missing declared scope.

Tracking IDs (Aug 17 ~01:56 UTC): GET WEB_d465aa84789b10f25b29a7334008092c, POST WEB_c0a18ca403b9cf514c0c7a3db55a2f35

How To Reproduce

  1. GET https://api.zoom.us/v2/phone/users/{userId}/outbound_caller_id/customized_numbers with Authorization: Bearer {token}
  2. Server-to-Server OAuth (account_credentials), scopes as above
  3. 403 on every call since ~Aug 15; 200 up to Aug 14

What changed in authorization for these endpoints, and how do we restore access? Account details available via DM.

Hi @Lewis2 have you submitted a bug ticket via Zoom Developer Support? Please share the number if so. Looking into this.

Can this be reopened it is still and issue

Hi @JasonE_2026 , this is an open forum so thank you for sharing you are seeing this as well! In the future for sudden behavior changes like this: while logged in, submit a bug ticket via this hyperlink.

You would include your account id, client id, zm-tracking-id from the request’s response and when you began experiencing this for this endpoint.

I have submitted this to our service engineering team and I’ll share updates as soon as we can (ZSEE-212940).

@JasonE_2026 can you please share the zm-tracking-id from your most recent attempt? This issue should have been fixed August 21st. Thank you!