Zend certified PHP/Magento developer

Restrict customer edit access for different admins in magento 2.4.6?

I have magento2 with different admins. I don’t want my admins to edit any customer details. They should only view. My different admin can place an order by clicking on “Login as Customer” Button. So they can only add “new shipping/billing” address. but they should not be able to update any already stored information of customer from admin panel or frontend.

How can I do that in Magento 2.4.6? thanks