victorious-eye-56567
05/16/2023, 2:50 PM{
"namespace": "UserList",
"object": "copains",
"relation": "community",
"subject_set": {
"namespace": "Community",
"object": "com",
"relation": ""
}
}
instead of this way:
{
"namespace": "UserList",
"object": "copains",
"relation": "community",
"subject_id": "com"
}
After using the proper way my issue is fixed!
Maybe this way of doing should be more documented as using an empty relation was not intuitive to me.delightful-nightfall-15292
05/23/2023, 12:42 PM