Error
500 Internal Server error
{{baseUrl}}/chat/users/my/channels
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.
{{baseUrl}}/chat/users/my/channels
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
This is a user Manager App. App name= [PrcUserZoom]
chat_channel:write is already part of the scopes
“scope”: “chat_channel:read chat_channel:write chat_contact:read chat_message:read chat_message:write contact:read meeting:read meeting:write pac:read pac:write recording:read recording:write user:read user:write user_info:read user_zak:read webinar:read webinar:write”
I saw this forum posting(DELETE Works, but w/500 Status Code - #21 by tommy ) to get call logs, but I dont see that option in my setting. I see only “Created Apps” and “Installed Apps” option. No option to view Call logs, for me to troubleshoot.
I should have mentioned, I didnt give the actual email address of the contact in this forum post. But, Yes, I and the contact belong to the same company zoom account. Let me know if I should email you separately, to provide the user email address - Not sure if that will help to check on your end to see why there is a 500 error.
Additional info, I am not sure if this will be helpful, the error seems to happen even before authentication. i.e. even with an expired token, I am seeing this 500 error. Ofcourse I get the same error even after I use the refreshed token. As mentioned before, if I change the POST to GET and run the GET channels, there is no error - ofcourse, the response shows # of records zero.
Some more additional info… In my corporate zoom account, which I was using tor the Zoom API, I didnt see the channel tab (saw only the contacts tab in the UI). This made me think there is something specific to the account due to which I cannot call the create channel API. So, I created a new API tried to my gmail account. I still get the same 500 error when creating a channel from my gmail account, inviting another gmail user. Running out of ideas on how to troubleshoot this issue.
Ojus.As mentioned in the email, using the free trial account did not help. I am getting the same error. More details in the email sent to you
{
“code”: 300,
“message”: “Invalid parameter: members.”
}