I was able to pull off Group Push Failed Retries with the Private API above with Okta Workflows
On the API/HTTP Post card, just go to Error Handling and give it a few more retries before returning values.
Considering that there’s already a Workflow Card for capturing failed pushes, I don’t know why we don’t have a workflow card for retrying them.
The only thing I have in the API Connector body is:
{
"action": "PUSH"
}
The private API call maps to:
https://{{your tenant}}-admin.okta.com/api/internal/instance/{{your app integration ID}}/grouppush/{{app mapping id betweeen okta and your downstream receiver}}

