API for user_email read and change

yak983

Verified User
Joined
Oct 6, 2009
Messages
51
Hello,
we are looking for an API function that allows us to read the email address associated with an account and possibly update it, so we can synchronize our user database with the email addresses of the various accounts — which may have been created at different times with different emails.
From the control panel, I noticed that this is managed by CMD_SHOW_USER, which displays the user_email field, but I couldn’t find CMD_API_SHOW_USER in the documentation.
As for updating the email, I saw that CMD_CHANGE_INFO is used.

Can anyone provide more details on this?
 
Additionally, regarding the user_email, we found CMD_API_SHOW_USER_CONFIG to retrieve its value, but we couldn’t find any documentation or API call that allows us to modify it.
 
Back
Top