Microsoft Graph API | Detailed Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024
  • НаукаНаука

Комментарии • 40

  • @sufi1321
    @sufi1321 4 года назад +3

    Great work and keep up the spirit for knowledge sharing

  • @anantv10
    @anantv10 3 года назад +1

    U r the best person who explained this concept so easily.....

  • @sufi1321
    @sufi1321 4 года назад +3

    O my goodness !! Thanks a lot !! You heard me !! Very thankful for this.... next I would like to see a topic on TIER 2 PKI 😘

  • @hhbadarin
    @hhbadarin 3 года назад +3

    Very informative, Thank You!

  • @albertnadar123
    @albertnadar123 4 года назад +2

    Thank you for crisp and clear session.

  • @tastaslim
    @tastaslim 3 года назад +2

    a video on throtling would be great. please try to make it.

  • @nikhilkalra1530
    @nikhilkalra1530 4 года назад +2

    As usual- job well done Rishab!

  • @pardhasaradhivasamsetty7693
    @pardhasaradhivasamsetty7693 Год назад

    Thanks a lot!! very well explained.

  • @karamjeetpadam4719
    @karamjeetpadam4719 Год назад

    best explanation i came across thanks

  • @sergeserge478
    @sergeserge478 3 года назад +3

    Great article , thanks :-)

  • @ДенисВитковский-в2н
    @ДенисВитковский-в2н 3 года назад +1

    How Can I Use Graph API Explorer ( PUT and PATCH) to update photo users (jpeg or image Base64 )? I do not understand what mean by manual "Binary data for the image"

  • @abhishekbhambore4679
    @abhishekbhambore4679 3 года назад +1

    Please share the video link for "why microsoft graph api is ODATA compliant , its not in the playlist.

  • @puthumarabu3471
    @puthumarabu3471 3 года назад +1

    I wish to read Excel using java or postman or any other way and my file is present in Microsoft Sharepoint. Pls help.

  • @Phil_D_Waller
    @Phil_D_Waller 9 месяцев назад

    more great content

  • @jyosice
    @jyosice 2 года назад +1

    Do global admin need to add application in azure named graph explorer before any user login for the first time in graph explorer

    • @ConceptsWork
      @ConceptsWork  2 года назад

      No configuration is required, Microsoft graph api portal is by default available with all tenants.

  • @Almazees
    @Almazees 3 года назад +2

    Awsome!

  • @dancingkidkul9325
    @dancingkidkul9325 3 года назад +2

    Very nice explained. I have question. How to export MS teams data size via graph and what are the prerequisites for the same?

    • @ConceptsWork
      @ConceptsWork  3 года назад +1

      Can you please elaborate ?

    • @dancingkidkul9325
      @dancingkidkul9325 3 года назад

      @@ConceptsWork We have requirements to get the teams data from Sharepoint, onedrive in csv file.

  • @smalik1967
    @smalik1967 4 года назад +2

    I am not a developer but i have been trying to understand what IPi's should be use to create/delete or update a user in Azure Active directory. I would appreciate if anyone is able to help.

    • @ConceptsWork
      @ConceptsWork  4 года назад

      Its already there on the channel, in the same playlist.

    • @smalik1967
      @smalik1967 3 года назад +1

      @@ConceptsWork Thank you, It has been done and working really well.

  • @bond2601
    @bond2601 4 года назад +1

    Can you plz tell me if i grant an App API permission i.e. "get_device_compliance" under Intune, which is the corresponding RESTAPI i need to call?

    • @ConceptsWork
      @ConceptsWork  4 года назад

      Hello Bonuj,
      Can you please share the details about the kind of information you want to access.

    • @bond2601
      @bond2601 4 года назад

      @@ConceptsWork I just want to know whether device is managed/enrolled/compliance or not.

    • @ConceptsWork
      @ConceptsWork  4 года назад +2

      This can be eaisly acheived by querying the below mentioned endpoint.
      graph.microsoft.com/beta/deviceManagement/manageddevices('b987d825-725e-4893-85f1-6873d7be3d2f')
      Permission Required - DeviceManagementManagedDevices.Read.All
      Just replace the last guid with Intune Device id, which can be found on "endpoint.microsoft.com"
      Also if you want to query Azure AD device then use the below mentioned endpoint and replace the guid with Object id of the device
      graph.microsoft.com/beta/devices/405c685b-c1e3-4535-ad32-89ebd9027c04
      Permission Required - Directory.Read.All

    • @bond2601
      @bond2601 4 года назад

      @@ConceptsWork Thankyou for your time. Yes i am aware of /devicemanagement & /device (respective permission under Graph API)but i want to know specifically what "get_device_compliance" under Intune does & which REST API i have to use when i enable this permission. There are many VPN/Wireless vendor who uses this like support.arubanetworks.com/Documentation/tabid/77/DMXModule/512/Command/Core_Download/Default.aspx?EntryId=31271

    • @bond2601
      @bond2601 4 года назад

      Or like here ruclips.net/video/DBA84d4VJU8/видео.html 2:08