Ability to Hide Emails from Team Members #2317
Replies: 3 comments 6 replies
-
|
So, since I only need 1 team, the DB Refactor's enable/disable services features should suffice for solving my problem. I can disable the Teams service to prevent users from using the Get Team Memberships API while still using the Team in the back end for permissioning. |
Beta Was this translation helpful? Give feedback.
-
|
It makes sense to me to only provide userID with any response about User. When we return email or name, we make assumptions about what the application needs. In my opinion, whenever we talk about User, we should only return his ID. Then, we should have a powerful enough tool to define profiles for Users that can hold public information - this could be either new ProfilesAPI or improved UserPrefs. I have heard ideas of custom roles on Teams with different issues too. If you use the team as an actual team (not a permission group), you will end up needing multiple roles, which does not make sense to define as a new team... Example: I have a tournament website and users can create football teams. When I create a team, I am an owner. When I invite a user, he will be a member. Well, now I need to add a system of offensive and defensive players, backup players, maybe even trainers or sponsors. All of that is related to my team so should be part of 1 team. |
Beta Was this translation helpful? Give feedback.
-
|
In 1.4, we added something that might be perfect for this use-case: User Labels. With user labels, you can grant access without using a team that may expose emails. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since teams are used to group permissions, I was planning on creating a Subscribers team to restrict access to my app data based on if users are paid subscribers. The problem with this is a subscriber can use the Get Team Memberships API call to see all other subscribers name and email. Is there any way to hide emails from team members?
Eldad brought up an idea about adding custom roles on Discord. Also, another user also brought up this concern on Discord.
Beta Was this translation helpful? Give feedback.
All reactions