Authorization: ********************{
"batchRequests": [
{
"localUserId": "string",
"feature": "WORKFLOW",
"featureReferenceId": "string",
"actionOnFeature": "string"
}
]
}curl --location --request POST 'https://api.qal.eazy2biz.com/v1/identityManagement/securityGroups/checkLocalUserCanPerformActionOnFeatureBatch' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchRequests": [
{
"localUserId": "string",
"feature": "WORKFLOW",
"featureReferenceId": "string",
"actionOnFeature": "string"
}
]
}'true