Forum Discussion

kandulmadhu's avatar
8 years ago

Get and set custom user meta field

Hi,

 

We have created a custom meta field in the user object with the help of Lithium services. But, not able to access this data. Any idea how can we get and set the value of this custom user meta field with the help of its key?

 

Thanks in advance,

Madhu

  • kandulmadhu - Here it is

     

    Setting the value:

    /restapi/vc/users/login/Varun/profiles/name/selection/set/?value=Cat1 

     

    Checking the value:

    /restapi/vc/users/login/Varun/profiles/name/selection/ 

     

    I hope this helps.