Description
Get the Meeting Participant from the desktop app not working.
Manually I succeed, but from the Program return an error
I do as the API Document said
Did I miss Something???
I see in the manually I can choose a date for that meet was
Error
The remote server returned an error: (400) Bad Request.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth2, already created develop client. already got the token and refresh token.
Which Endpoint/s?
My desktop client
How To Reproduce (If applicable)
Steps to reproduce the behavior:
I work with PowerShell
That what I send
$url =“https://api.zoom.us/v2/report/meetings/$MeetID/participants”
$header = @{}
$header.Add(“Content-Type”,“application/json; charset=utf8”)
header.Add("Authorization","Bearer ($accessToken)")Invoke-RestMethod -Method Get -uri $url -Headers $header
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Addition Information
I am using another User, an Education License user