UserDetailsProxy GetUserDetailsByEmailId Method CelloSaaS API Documentation
Gets the user details by email id.

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

public static UserDetails GetUserDetailsByEmailId(
	string email
)

Parameters

email
Type: System String

Return Value

Type: UserDetails
UserDetails
See Also