IUserDetailsService AddUser Method CelloSaaS API Documentation
Overload List

  Name Description
Public method AddUser(UserDetails)
This method is used to create user details. After successful creation of user,
mail(Conformation/Password) will be send to user based on the configuration.
Public method AddUser(MembershipDetails, Address, User, String)
This method is used to create user details. After successful creation of user,
mail(Conformation/Password) will be send to user based on the configuration.
Back to Top
See Also