Invalid access token, does not any contain scope | Community
Skip to main content
Newcomer
July 25, 2022
Question

Invalid access token, does not any contain scope

  • July 25, 2022
  • 1 reply
  • 5 views


Calling  endpoint  List phone users (https://api.zoom.us/v2/phone/users)
https://marketplace.zoom.us/docs/api-reference/phone/methods/#tag/Users/operation/listPhoneUsers


Getting Response

"code"124,
 "message""Invalid access token, does not any contain scope."

Using JWT token generated by OAuth through the App

 

 

App is properly set to have  Scopes: phone:read:admin

 

 

What could be the issue?

 

    1 reply

    Community Champion | Employee
    August 25, 2022

    @tak01 , You could check to make sure that the token has not yet expired. You could regenerate a token with a longer expiration if ever.