Is it possible to select local language to English?

Description
I received operation log through the API and it works.
But response values consisted of Korean language(my country).
I want to change language to English because Local language is an ambiguous.

Error
no errors.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/report/operationlogs

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  • request URL : https://api.zoom.us/v2/report/operationlogs
  • Headers : {‘Authorization’: ‘Bearer eyJ0eXA…’, ‘content-type’: ‘application/json’}
  • parameters : {‘from’: ‘2020-05-30’, ‘page_size’: 300, ‘to’: ‘2020-07-13’, ‘type’: ‘active’}
  1. See error

Screenshots (If applicable)

Hey @eureka,

If you change your language in your settings you will see the respective language you selected.

As for getting the report in a different language per API request, we do not have that feature. Please submit this as a feature request: #feature-requests

Thanks,
Tommy