dsign228
Level 1
Level 1
Member since ‎04-30-2023
‎05-11-2023

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
FirstQuestion

User Activity

can not get people list from "https://webexapis.com/v1/people" with token generated by authcode and scope:all.
can we generate Personal Access Token from c# ?If yes, then suggest how to do it. 
     string clientId = "your client id"; string clientSecret = "your client secret"; string redirectUri = "KitchenSink://response/"; string scope = "webex:all"; var auth = new OAuthAuthenticator(clientId, clientSecret, scope, redirectUri); // authC...
Community Statistics
Member Since ‎04-30-2023 11:51 PM
Date Last Visited ‎05-11-2023 01:06 AM
Posts 3