How to Use Microsoft Graph APIs in Postman | Application Permission

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 16

  • @rodandnathalie
    @rodandnathalie 4 หลายเดือนก่อน

    Seriously, this was the most helpful tutorial for me. Thank you!

  • @Amazing22-89
    @Amazing22-89 3 หลายเดือนก่อน

    Really Helpful... Subscribed. Thank you!

  • @prathampundir5924
    @prathampundir5924 7 หลายเดือนก่อน +2

    please make tutorial on delegated permissions

  • @rodandnathalie
    @rodandnathalie 4 หลายเดือนก่อน

    Did you ever follow up with a video covering Delegated permissions in MS Graph API? I cannot find it on your channel.

  • @krishj8011
    @krishj8011 6 หลายเดือนก่อน

    Thanks... Great Tutorial...

  • @vijayakumarraghu9734
    @vijayakumarraghu9734 3 หลายเดือนก่อน

    How to fetch list of security alerts using Graph API. For it getting error has Unauthorized request - Account is not provisioned.

  • @ManojKumar-zn2gf
    @ManojKumar-zn2gf ปีที่แล้ว

    Hello, I have a problem where I need to automate the process of downloading Microsoft Teams user activity reports using the AWS lambda function and store the data in an S3 bucket. So I wanted to try this using Microsoft API with Tenant ID, Client ID, and Client Secret by registering the application in Azure Active Directory. But I was stuck in between, Could you able to help me with this problem? Using Python is mostly preferred.

  • @eswarprakash6630
    @eswarprakash6630 3 หลายเดือนก่อน

    very helpfull bro but , i got this error while running on postman "/me request is only valid with delegated authentication flow"

  • @AnishBishnoi-wf7lv
    @AnishBishnoi-wf7lv ปีที่แล้ว +1

    how we can do this without the graph api calls. ? how can get access token and via that's access token access the list ? but i don't want to graph api calls. please let me know if you know this

    • @dstechmirror1396
      @dstechmirror1396  ปีที่แล้ว

      There is already a video on this. It's under the SharePoint playlist "test SharePoint online rest api with SharePoint"

  • @theredd11
    @theredd11 8 หลายเดือนก่อน

    After giving required permissions, I can see the error: Access Denied.
    Anything further we have to do?

  • @selvadurais1791
    @selvadurais1791 6 หลายเดือนก่อน

    Could you please provide a sample to read inbox emails ?

  • @keerthicr4758
    @keerthicr4758 ปีที่แล้ว

    I got access token using client id,secret,tenant id but facing forbidden error,how can I rectify it

  • @SalifouMahamane-Ousmane
    @SalifouMahamane-Ousmane ปีที่แล้ว

    hello, how can i send one to one chat from app to teams user please ?

  • @yashgandhi3323
    @yashgandhi3323 ปีที่แล้ว

    Hi, Can you please share how to generate refresh token so that we dont have to keep generating fresh access token to use the app without the token getting expired

    • @bartfrelian9733
      @bartfrelian9733 ปีที่แล้ว

      This is common and normal. You should develop your code always to get authenticate at the begging.