简体   繁体   中英

Microsoft Teams Graph Explorer: how to mention channel members in "send channel message" API?

Graph Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer

API send channel message : https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/messages

The below code didn't work:

{
    "body": {
        "content": "Hello @John @Alan"
    }
}

Please go through @mentions a user in a channel message Request to mention channel members in channel message.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM