How did you call this API? by the way seems like the issue stems from the parameters used when calling it
teamId needs to be a valid GUID.
dorights129
36
Reputation points
Hi we recently got error while trying to call below API:
GET /teams/{team-id}/channels/{channel-id}/members
Error code received 400 : {"error":{"code":"BadRequest","message":"teamId needs to be a valid GUID."
We got the team_id from groups API:
GET /groups?$filter=resourceProvisioningOptions/Any(x:x eq 'Team')
But looks like teams is sending an invalid GUID value for team-id, any reason why we have such value for team_id ?
Thank you.