Forum Discussion
AkshatGandhi
Nov 07, 2019Copper Contributor
Microsoft Teams API to post a message in a channel on behalf of the Application
Hello everyone, I am new to Graph APIs and this might be a stupid question to ask but we have a requirement displaying all the channel names in a dropdown in a group and then when user selected a...
Paul Husted
Nov 07, 2019Copper Contributor
I would think that the API would have to have user context to be able to verify permissions to post as well as create the post with the correct user identity for other users to see.
If your goal is to avoid the person using the app having to sign in, then you'd likely have use an internal user whose purpose was to post such "public" messages. Still would be a user, but one used by the app itself, not the person whose fingers were on the device.