How to access the user details after login

Re: How to access the user details after login

by Jérôme Mouneyrac -
Number of replies: 0

Hi again smile

core_webservice_get_site_info() will return the user id linked to the token, and some other info about the user. However for the user email you will need a second ws call, probably core_user_get_users_by_id().