Click or drag to resize

EWebAccountServiceGetUserByEmail Method

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

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public User GetUserByEmail(
	string emailAddress
)

Parameters

emailAddress  String
Unique primary email address of the user to retrieve

Return Value

User
The requested user
Exceptions
ExceptionCondition
IgnitionEntityNotFoundExceptionA user with the specified primary email address was not found
InvalidOperationExceptionMultiple users were found with the specified primary email address
See Also