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

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

UserDetails GetUserDetailsByEmailId(
	string emailId
)

Parameters

emailId
Type: System String
The email id.

Return Value

Type: UserDetails
See Also