Expected Behavior
Connected to Teams and Members Loaded
Current Behavior
Message":"Error authenticating to Teams"
Data":{"CommandName":"Invoke-RestMethod"
Message":"The remote server returned an error: (404) Not Found."
RequestUri":"https://webchat.botframework.com/v3/conversations/19:[email protected]/members/"
Possible Solution
I think it is connected with API deprecation - is it possible to somehow quickly fix this?
See url below with possible changes
Steps to Reproduce (for bugs)
Check this:
https://docs.microsoft.com/en-us/microsoftteams/platform/resources/team-chat-member-api-changes
https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/get-teams-context?tabs=json#tabpanel_CeZOj-G++Q_json
I think issue here:
[void]LoadUsers()
Line 9615: $uri = "$($this.ServiceUrl)v3/conversations/$($this.TeamId)/members/"
- here should be new paged users load
Context
Your Environment
- Module version used: ModuleVersion = '0.14.0'
- Operating System and PowerShell version: PowerShell 5.1, Windows Server 2019 Datacenter
Expected Behavior
Connected to Teams and Members Loaded
Current Behavior
Message":"Error authenticating to Teams"
Data":{"CommandName":"Invoke-RestMethod"
Message":"The remote server returned an error: (404) Not Found."
RequestUri":"https://webchat.botframework.com/v3/conversations/19:[email protected]/members/"
Possible Solution
I think it is connected with API deprecation - is it possible to somehow quickly fix this?
See url below with possible changes
Steps to Reproduce (for bugs)
Check this:
https://docs.microsoft.com/en-us/microsoftteams/platform/resources/team-chat-member-api-changes
https://docs.microsoft.com/en-us/microsoftteams/platform/bots/how-to/get-teams-context?tabs=json#tabpanel_CeZOj-G++Q_json
I think issue here:$uri = "$ ($this.ServiceUrl)v3/conversations/$ ($this.TeamId)/members/"
[void]LoadUsers()
Line 9615:
Context
Your Environment