I have 2 requests to update a Teams channel using power automate:-
the request on right will work well, where i am updating the channel name and its properties, while for the request on left, where i am only updating the channel properties i got this error:-
{
``"error": {
``"code": "Forbidden",
``"message": "ServiceException: Channel Properties Update failed for Channel ThreadId: 19:1ef26afa5e724e8e919b7a52146cabd1@thread.tacv2. Exception: Failed to execute Skype backend request SetThreadPropertiesRequest.",
``"innerError": {
``"code": "AccessDenied",
``"message": "ServiceException: Channel Properties Update failed for Channel ThreadId: 19:1ef26afa5e724e8e919b7a52146cabd1@thread.tacv2. Exception: Failed to execute Skype backend request SetThreadPropertiesRequest.",
``"details": [],
``"date": "2024-11-22T02:50:20",
``"request-id": "1a3023e5-0e56-4b11-969d-95a703f41a62",
``"client-request-id": "1a3023e5-0e56-4b11-969d-95a703f41a62"
}
}
}
Any advice?
Thanks