How we can hide the below Account Details tab or Details containing the section?

Which IIQ version are you inquiring about?

IIQ8.4

Please share any images or screenshots, if relevant.

Share all details about your problem, including any error messages you may have received.

I have requirement where this account details tab showing user’s personal details and we don’t want to show it to the manager at the time of reviewing access

@AshuGole Where does your personal attributes available? At identity level or at the link(user account) level?

The details are application/link level.

One way of doing is you encrypt the values while aggregating them and then decrypt, before using them.
Other way is to use a plugin that can hide this option by injecting a script while loading this page.
I am not aware of any ootb option available.

The best solution would be using Plugin, you can inject the js script on this .jsf page to hide the section.

You can download the sample plugin from the community and build on top of that.