But i am getting error into “Manage Access” action, i tried many things but cant find any solution
"request failed (type: Bad Request, retryable: false): 400 - 400 Bad Request: ",
Anyone have created workflow for retry failed access requests?
My requests are all for “Access profiles” for individual users.
[
{
"op": "add",
"path": "/connectorAttributes/retryableErrors",
"value": [
"Your request was running for too long",
"Read time out",
"a group membership operation initiated by user ID"
]
},
{
"op": "add",
"path": "/connectorAttributes/provisioningMaxRetries",
"value": "5"
}
]