Saving user related information | Community
Skip to main content
New Participant
October 3, 2020
Solved

Saving user related information

  • October 3, 2020
  • 2 replies
  • 1210 views

I need to add/delete some information (in form of variables)  specific to the logged in users. The add/delete operation will happen through user interface. 

In order to meet the requirement, should I create a node under that specific user (under home/users/) and add/delete the variable information programmatically. The user login happens through SAML. 

 

Also the user base should be approximately 1000. What should be the right approach to achieve the goal. Appreciate your help on this...thanks !

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ektaa69139387

You can store the user related information under the user's profile node for eg: (/home/users/K/KAvLPnxnvSo786flGIjT/profile) 

 

2 replies

ektaa69139387Accepted solution
New Participant
October 5, 2020

You can store the user related information under the user's profile node for eg: (/home/users/K/KAvLPnxnvSo786flGIjT/profile) 

 

arunpatidar
New Participant
October 3, 2020

Yes, you should store user related information  user user node , there are already profile node, you can add more info as properties.

Arun Patidar