AccountManagementApi
Magento\Customer\Model\AccountManagementApi
What it does
This class handles customer account creation specifically for external API requests (REST/SOAP).
It extends the standard AccountManagement class to add security validations, ensuring that only authorized API consumers can set customer group IDs and preventing confirmation tokens from being exposed in API responses.
Developers use this when creating customer accounts through Magento's web APIs.
Public Methods
- createAccount()