Click or drag to resize

EWebAccountServiceGetUserByWebLogin Method

Retrieve a user, selected by their web login.

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

Parameters

webLogin  String
Web login of the user to retrieve

Return Value

User
The requested user
Exceptions
ExceptionCondition
IgnitionEntityNotFoundExceptionA user with the specified web login was not found
See Also