How do I get user email id in zoom chatbot?

I have the user id. I need to get user email id to integrate the bot with my backend. For that, I tried calling https://api.zoom.us/v2/users/{userId} with client credential as the authorization token. I’m getting invalid access token in that response.