Can not get Report

I asked a question here before, but I will not solve it.

https://support.zoom.us/hc/en-us/community/posts/115020404263-GetReport?flash_digest=c006d85e4fd923f12384537a5c502318bb14b163

I will ask you a question again. Other APIs can be used with this apikey.

Can I use the API with my account?

my account type is “pro”.


https://api.zoom.us/v1/report/getuserreport?api_key=XXXX&api_secret=XXXXX&user_id=xxxxxxx&from=2018%2d12%2d18T08%3a00%3a00Z&to=2018%2d12%2d18T12%3a00%3a00Z


{
“error”: {
“code”: 200,
“message”: “Invalid api key or secret.”
}
}

 


another api(key is same)

https://api.zoom.us/v1/user/list?api_key=xxxx&api_secret=xxxx

{
“page_count”: 1,
“page_number”: 1,
“page_size”: 30,
“total_records”: 3,
“users”: [
{
“id”: “xxxx”,
“email”: "xxx,
“first_name”: “xx”,
“last_name”: “xx”,

・・・・・・・・・・


 

Can you please provide more details about your account? userId or accountId? Or meetingId?

Just an fyi. We do not prefer you to disclose any private information including meeting id in a public forum. Please open a support case with Zoom and the zoom support will help you out further as someone needs to look into your account. 

Thank you for your answer.
It solved.
I mistook the parameter.

https://api.zoom.us/v1/report/getuserreport
? api_key = XXXXXX
& api_secret = XXXXXXXXXXXXXX
& user_id = XXXXXXXXXXXX
& from = “2016-01-16T08: 18: 09Z”
& to = “2016-01-20T08: 18: 09Z”