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