Advertisement
yambroskin

Untitled

Apr 8th, 2021
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1.  
  2. first step:
  3.  
  4. POST /botframework.com/oauth2/v2.0/token HTTP/1.1
  5. Host: login.microsoftonline.com
  6. Content-Type: application/x-www-form-urlencoded
  7.  
  8. client_id=<client id>&scope=https%3A%2F%2Fapi.botframework.com%2F.default&client_secret=<client secret>&grant_type=client_credentials
  9.  
  10. --------------
  11.  
  12. second step:
  13.  
  14. GET /emea/v3/conversations/<thread id>/pagedmembers?pageSize=10 HTTP/1.1
  15. Host: smba.trafficmanager.net
  16. Authorization: Bearer <tokent from step1>
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement