How to Use Microsoft Graph APIs in Postman | Application Permission

preview_player
Показать описание
In this video, you will learn how to use Microsoft Graph APIs in Postman.

Token End Point:

grant_type: client_credentials.

client_id: get from azure application

client_secret: get from azure application

#microsoft #graph api #postman #azure

----------------------------------------------------------------------------------------------------------------------
Follow me on Twitter to get Office 365 updates:

Twitter:

Facebook:
Join the Facebook group to collaborate with SharePoint Community
---------------------------------------------------------------------------------------------------------------------------
Like, Share, and Subscribe to our channel for more informative and development-related videos. Much Love! Keep Learning! :)
Рекомендации по теме
Комментарии
Автор

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

rodandnathalie
Автор

Really Helpful... Subscribed. Thank you!

Amazing-
Автор

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

rodandnathalie
Автор

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

vijayakumarraghu
Автор

please make tutorial on delegated permissions

prathampundir
Автор

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.

ManojKumar-zngf
Автор

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

theredd
Автор

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

keerthicr
Автор

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

eswarprakash
Автор

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

AnishBishnoi-wflv
Автор

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

SalifouMahamane-Ousmane
Автор

Could you please provide a sample to read inbox emails ?

selvadurais
Автор

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

yashgandhi