Hi,
I am using the postman, I have configured the postman and generating the token as mentioned on this link (https://developer.zoom.us/blog/using-zoom-apis-version-2-with-postman/).
But when I tried to hit a request (https://api.zoom.us/v2/users?status=active&page_size=30&page_number=1), I got the following error:
{
“code”: 124,
“message”: “Invalid access token.”
}
Kindly help me to resolve this issue.
Regards