Adobe Experience Platform - Attribute based access control API - Add group to role
I would like to add a Usergroup to a Role in Adobe Experience Platform though API. I am following the documentation from the link below. The document does't provide clear information on what fields to provide to add a subject to the role.
For example, what info goes into the "value" field below in order to add a subject?
Is this information documented elsewhere?
{
"operations": [
{
"op": "add",
"path": "/subjects",
"value": "New subjects"
}
]
}