I'm trying to use the API to create a Extranet user programmatically, but I've stumbled upon something odd.
When I use the User.Save() approach, the ParentId isn't set in the database (it's NULL) The user I'm creating is member of a Group which is supplied in the constructor. The intention is that this group should have access to a certain area of the website.
This might be alright, but it seems like all other users in this table have something other than NULL in the ParentId (e.g. 0)
Am I worrying too much or am I missing something in my user creation? (Maybe I haven't been able to fully understand the concept of ParentId ..)
Developer forum
Create an extranet user and set parentId
Replies
You must be logged in to post in the forum