How to get the access token for the MS Graph API that have delegated permissions only in Azure?

Brass Contributor

I want to post message in MSTeams channel  using Graph API.

I am trying to call this https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http Microsoft Graph API but, I am not able to get access token for delegated permissions. Can any one help me with the code structure for Node. How to get Admin consent for delegated app permissions? 

1 Reply

@sunnykalola - Could you please check this docs?Try if that helps.