I have a flow which has worked for months, and just recently the Add Member to Team step is failing with Forbidden.
But the user is actually added to the team, so I'm very confused. The flow then fails and subsequent steps don't run.
Any suggestions?
{
"error": {
"code": "Forbidden",
"message": "You do not have permission to perform this operation.",
"innerError": {
"message": "You do not have permission to perform this operation.",
"code": "AccessDenied",
"innerError": {},
"date": "2022-09-02T19:31:19",
"request-id": "14c3ba78-700a-43e4-b5e0-a9f1a42d82e1",
"client-request-id": "14c3ba78-700a-43e4-b5e0-a9f1a42d82e1"
}
}
}