Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已在 Microsoft 团队频道上部署了我的机器人。有没有办法为我的机器人获取登录的用户电子邮件 ID?
是的,按照AuthBot使用的方法对用户进行身份验证,然后从用户的 Microsoft 帐户配置文件中获取电子邮件地址。但是,如果您只是在寻找一种唯一标识用户的方法,您可以简单地根据传入活动的 From 属性在数据存储中键入数据。