Protected
Readonly
Get the full user profile
https://devdocs.magento.com/marketplace/eqp/v1/users.html#profile-data
eqp.getUser(); Copy
eqp.getUser();
Get a summarized version of the user profile
eqp.getUser(true); Copy
eqp.getUser(true);
Update the profile of the authenticated user.
https://devdocs.magento.com/marketplace/eqp/v1/users.html#update-profile-data
eqp.updateUser({ action: 'submit', personal_profile: { bio: 'Changed with netresearch/node-magento-eqp' } }) Copy
eqp.updateUser({ action: 'submit', personal_profile: { bio: 'Changed with netresearch/node-magento-eqp' } })
Get the full user profile