Share via

Created Copilot Studio bot agent. Single User gets Error that they "Cannot send messages to this bot" in Teams but can send in Sharepoint.

DA Adam Doyle 0 Reputation points
2025-07-14T15:22:43.08+00:00

Created Copilot Studio bot agent. Single User gets Error that they "Cannot send messages to this bot" in Teams but can send in Sharepoint.

Other users can send in Teams Chat.

Microsoft Copilot | Microsoft 365 Copilot | Development

3 answers

Sort by: Most helpful
  1. DA Adam Doyle 0 Reputation points
    2025-07-15T14:20:24.9866667+00:00

    Hi, I'm not sure how it happened, but I figured out what my issue was with my account not being able to communicate with the copilot agent.

    I had accidentally clicked "Block Conversation". I had to right click and unblock bot conversation to be able to chat with it again.

    {FB1FF63B-0A24-4A4F-959A-F0333177EDE8}

    Was this answer helpful?


  2. Karan Shewale 2,505 Reputation points Microsoft External Staff
    2025-07-15T05:28:51.88+00:00

    Hi Adam,

    I can see from your screenshot that one user is getting "You cannot send messages to this bot" in Teams while others can interact normally. This is typically a user-specific configuration or permission issue.

    Common Causes & Solutions:

    1. Teams App Policy Restrictions: The affected user may have restrictive Teams app policies applied:

    • Check Teams Admin Center → Teams apps → Setup policies
    • Verify the user's policy allows custom/sideloaded apps
    • Ensure "Upload custom apps" is enabled for their policy

    2. Bot Installation Issues: The bot may not be properly installed for this specific user:

    • Have the user try removing and re-adding the bot in Teams
    • Go to Apps → Search for your bot → Remove → Re-install
    • Check if the bot appears in their "Built for your org" section

    3. User-Specific Teams Client Issues:

    • Try having the user clear Teams cache:%appdata%\Microsoft\teams (delete contents)
    • Test in Teams web client vs desktop app
    • Try incognito/private browsing mode

    4. Licensing/Permission Differences:

    • Verify the user has the same license type as working users
    • Check if they have any conditional access policies applied differently
    • Confirm they have proper Copilot licensing (if required)

    5. Bot Registration/Manifest Issues:

    • Check if the bot's App ID is properly configured
    • Verify valid domains in the bot configuration include Teams
    • Ensure the user's tenant permissions allow the bot

    Troubleshooting Steps:

    Step 1: Compare User Configurations

    # Check user's Teams app policies

    Get-CsTeamsAppSetupPolicy -Identity "******@domain.com"

    Step 2: Bot Reinstallation

    • User should uninstall the bot completely from Teams
    • Clear Teams cache
    • Reinstall from Teams App Store or via link

    Step 3: Admin-Side Verification

    • Teams Admin Center → Manage apps → Find your bot
    • Check if it's blocked for specific users/groups
    • Verify permission policies don't exclude this user

    Step 4: Test Different Channels

    • Try 1:1 chat vs channel vs group chat
    • Test with the user in a different Teams environment (if available)

    Quick Fixes to Try:

    1. User Signs Out/In from Teams completely
    2. Admin pre-installs the bot for the user via Teams Admin Center
    3. Share direct bot link and have user install via URL
    4. Add user to a group that has working access, then test

    Why SharePoint Works but Teams Doesn't: This suggests the issue is specifically with:

    • Teams client configuration
    • Teams app policies
    • Bot installation state in Teams
    • User's Teams permissions

    Diagnostic Questions:

    • Is this user in a different department/group with different policies?
    • Does the user have admin rights or restrictions?
    • Are they using the same Teams client version as others?
    • Do they have any compliance/security software that might block Teams apps?

    If none of these solutions work, the issue might require Microsoft Support to investigate the user's specific Teams configuration and any hidden policy restrictions.

    Have you tried having the user reinstall the bot in Teams, or checked their Teams app policies in the admin center?

    Hope this helps!

    Thanks,  

    Karan Shewale.

    *************************************************************************  

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

    Was this answer helpful?

    0 comments No comments

  3. DA Adam Doyle 0 Reputation points
    2025-07-14T15:23:05.4033333+00:00

    {798A4F4E-A337-462E-9CFE-4B5FFB5D99A2}

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.