UserDetailsProxy GetUserIdByEmailId Method CelloSaaS API Documentation
Gets the user id by email id. EmailId is unique throughout the system (accross all tenants).

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 GetUserIdByEmailId(
	string emailId
)

Parameters

emailId
Type: System String
The email id.

Return Value

Type: String
User Id
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.UserManagement.UserDetailException]If Any exception occurred, while connecting or modifying the database.
[!:ArgumentNullException]If email id is null or empty.
See Also