I have a flow with HTTP step that gave me error: Caller does not have the required permissions for accessing this API. AllowedPermissions:'ChannelMember.ReadWrite.All'
I updated the API permissions in Azure
But I am still getting the same error. When I checked the access token its still showing its missing the role
"roles": [
"User.ReadWrite.All",
"Group.Read.All",
"Group.ReadWrite.All",
"User.Read.All",
"GroupMember.ReadWrite.All"
],
"User.ReadWrite.All",
"Group.Read.All",
"Group.ReadWrite.All",
"User.Read.All",
"GroupMember.ReadWrite.All"
],
I have waited over 24 hrs and still the same error. I even created a new flow but still the same. Not sure why or how to fix this.
Categories: