User.presence_status_updated webhook has camelcase (accountId) instead of snakecase (account_id)

API Endpoint(s) and/or Zoom API Event(s)
user.presence_status_updated webhook

Description
user.presence_status_updated webhook is sending invalid payload. The documentation says the payload should be payload.account_id, but instead we are receiving payload.accountId. The snakecase is now a camelcase. All the other fields remain as snakecase. From my observation of the events we process, it is only happening on the user.presence_status_updated event across multiple users. This started occurred on April 13th, 2026.

How To Reproduce
Generate a user.presence_status_updated webhook event.

This invalid zoom event stopped occurring after May 9th.