pbindra
11 years agoContributor
Changing user's email
Hello,
I am logging in as an admin (a username we use for the API calls). Get user's information, then try to update user's email with the following call:
https://[lithium-server]/[community]/restapi/vc/users/login/[id-of-my-user]/email/set?restapi.session_key=[session_key]
Post Parameters:
value=[new value]
Get this response:
{"error":{"message":"A required feature is not enabled: user.view-email.","code":303},"status":"error"}
Am I doing some thing wrong? Please help!