EWebAccountServiceGetUserByWebLogin Method

Retrieve a user, selected by their web login.

Definition

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

Parameters

webLogin  String
Web login of the user to retrieve

Return Value

User
The requested user

Exceptions

IgnitionEntityNotFoundExceptionA user with the specified web login was not found

See Also