 | EWebAccountServiceGetUserByEmail Method |
Retrieve a user, selected by their unique primary email address.
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic User GetUserByEmail(
string emailAddress
)
Public Function GetUserByEmail (
emailAddress As String
) As User
public:
virtual User^ GetUserByEmail(
String^ emailAddress
) sealed
abstract GetUserByEmail :
emailAddress : string -> User
override GetUserByEmail :
emailAddress : string -> User Parameters
- emailAddress String
- Unique primary email address of the user to retrieve
Return Value
UserThe requested user
Exceptions| Exception | Condition |
|---|
| IgnitionEntityNotFoundException | A user with the specified primary email address was not found |
| InvalidOperationException | Multiple users were found with the specified primary email address |
See Also