I am trying to add an Access profile using the step action “Manage Access” with the input json as shown below:
[
{
"id": "08db00a4ec0a4c41a1678b41882436b2",
"name": "Test-WordAP",
"type": "ACCESS_PROFILE"
}
]
But on executing this workflow, I am facing the following error: “json: cannot unmarshal string into Go struct field ManageAccessInput.requestedItems of type infra.OutputAccessItem”
Manage Access Step
Error
Appreciate any help on this issue, Thanks.