Hello, I would like to know how do I hide / show a certain area according to the user's team or at least filter the links that appear

Hello, I would like to know how do I hide / show a certain area according to the user's team or at least filter the links that appear
Hi
I'm afraid is not currently possible to hide areas based on the user team, it is only possible to control this by the privileges assigned to the security role of the user.
If you need to show or hide a sub area in your SiteMap based on access control security roles, you can easily do this using the Privilege tag in the SiteMap as follows:
<SubArea Id=”crm_myentity” Entity=”crm_myentity”>
<Privilege Entity=”crm_myentity” Privilege=”Read” />
</SubArea>