Forum Discussion
AdamN
13 years agoKhoros Oracle
Hi Sachin,
- To create a new user, you can use the "users/add" method of the "Community" class.
- To add or remove a role for a user, you can use the "users/add" or "users/remove", respectively, of the "Role" class
- To subscribe a user to a blog, you can use the "subscriptions" method of the "Blog" class to obtain a "NodeSubscriptionContext" object. Once you have this object, you can then use the "users/self/add" method of that object to add the descired subscription.
Regards,
Adam
Related Content
- 7 years ago
- 9 years ago
- 9 months ago