Pretty common situation: user might be a member of...
# spicedb
a
Pretty common situation: user might be a member of multiple user groups. User groups belongs to organizations. Q: How can I delete user->user_group relatationships to only those that are under organization id ABC ? In SQL it would be : DELETE FROM user_group_members WHERE organization_id = 'ABC'
2 Views