Click or drag to resize

UserSecurityServicesGetUser Method

Retrieves the details of a particular FactoryLogix user account.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public User GetUser(
	Guid sessionId,
	string userName
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
userName
Type: SystemString
The username of the user account whose personalized system setting is being requested.

Return Value

Type: User
A User object representing the details for the requested FactoryLogix user account.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ArgumentExceptionOccurs if any of the parameters are invalid.
UserNotFoundExceptionThrown if the userName parameter is invalid.
See Also