{
"resource_id": 0,
"resource_scope": "string",
"resource_actions": [
"string"
],
"match_all_actions": true
}
curl --location --request POST '/v1/resource-sets//members' \
--header 'Content-Type: application/json' \
--data-raw '{
"resource_id": 0,
"resource_scope": "string",
"resource_actions": [
"string"
],
"match_all_actions": true
}'
{
"member_id": "string"
}