I am new to DotNetNuke and find it to be a great environment. One of the production environments I am planning to use DNN in has a membership database and I would like to integrate the customer’s membership with the DNN membership system. It is unfortunate, of course, that both refer to member
The customer’s membership database already has several tables linked. The two major ones are the Organization and the People tables. Each People record is linked to a single Organization row with multiple People rows associated to a single Organization row.
The integration with the DNN Membership is appealing and almost necessary as many of the People will need to have accounts on the portal to enter and update information. More over, the information in the existing People table is virtually identical to the information in the DNN Membership.
Where can I learn about how to use the DNN Membership? I assume there is an API but my searches have revealed nothing to me. The 4.0.3 DNN Membership documentation discusses the internal issues but not any external manipulation.
I know there is a DNN Membership UserID and that this could be used to link to the Organization table but I am not sure how to manage the overall system.
I would appreciate any pointers, suggestions or ideas.
Thanks.