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 !
Solved! Go to Solution.
Views
Replies
Total Likes
You can store the user related information under the user's profile node for eg: (/home/users/K/KAvLPnxnvSo786flGIjT/profile)
Yes, you should store user related information user user node , there are already profile node, you can add more info as properties.
You can store the user related information under the user's profile node for eg: (/home/users/K/KAvLPnxnvSo786flGIjT/profile)
Views
Likes
Replies
Views
Likes
Replies