sonaliyeluri
6 years agoHelper
Need help with LIQL query
In my scenario I have a user email ID, I need to get the Id and email id from users
when I write the query as "select id, email from users where id='value'"
its returning me details but if I write the query as "select id, email from users where email ='email_id'", it says query syntax error. could some one please help me.
I only have email id so I cannot query with id
sonaliyeluri - use exact your mail id, please remove $ symbol before your email
ex : https://community.com/restapi/vc/users/email/sonali.yeluri@domain.com