8.19Least privilege
Bad:
Mule integration user
→ Salesforce System Administrator
just because:
“Then everything works.”
Better:
read Account:
Id
Name
External ID
write Account:
Phone
Billing fields
Integration fields
read/write Contact:
only what integration needs
Give the integration only the permissions required.