Forum Discussion

Naveen_Reddy's avatar
Naveen_Reddy
Copper Contributor
Feb 24, 2020
Solved

I need to send an individual message to a user using graph api (beta)

My requirement is using any api (beta) I need to send a message to a user of MS Teams. I have the id of the user. I only see api's where it can be sent to a channel and not individually.

 

Something like https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta&tabs=http

 

Something like -> POST /user/{id}/messages

Resources