UserDetailsProxy AddUser Method (UserDetails) CelloSaaS API Documentation
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.

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static string AddUser(
	UserDetails userDetails
)

Return Value

Type: String
User Identifier
See Also