GetReport

I have issue of Apis.

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.”
}
}

What is the solution?

“message”: “Invalid api key or secret.” < verify that you are using the correct api key and secret

thank you response.
But this Apis has not error.

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”,

・・・・・・・・・・

 

Api_key and api_secret is same.
Do I need another api_key for report?