EWebAccountService.GetUserByEmail Method

Retrieve a user, selected by their unique primary email address.

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public User GetUserByEmail(
	string emailAddress
)

Parameters

emailAddress  String
Unique primary email address of the user to retrieve

Return Value

User
The requested user

Exceptions

IgnitionEntityNotFoundExceptionA user with the specified primary email address was not found
InvalidOperationExceptionMultiple users were found with the specified primary email address

See Also