Ponguta_Original post
Rank 3: Container
Little question:
do I need to add read permissions to superadmin?
Or it will grant access with first line?
Summary
There is a question regarding permissions being overwritten. The user wants to know if granting read access to everyone on the team and then granting write access to the superadmin will overwrite the read permissions for the superadmin. The solution provided is that using `Role.team(TEAM_ID)` grants access to the entire team, while `Role.team(TEAM_ID, "superadmin")` grants access only to those with the "superadmin" role. It is not necessary to add read permissions to the superadmin, as the first line granting read access to everyone on the team will already include the superadmin.