I am trying to find the best way to share similar datasets with multiple users/groups.
Lets say I have customers A,B,C.
I have two types of feature layers for each type 1 and 2
Each customer can have one or both.
What is the correct way to give the users access and ensure they only get their own data.
I would rather only make one web experience and filter based on group membership of each user and then detecting which feature layers exists. I am just unsure where to start doing this.
Thanks in advance.