Click or drag to resize

UserSecurityServicesGetAllUsers Method

Retrieves the details of all FactoryLogix user accounts.

Namespace:  FactoryLogix.xTend.Configuration
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<User> GetAllUsers(
	Guid sessionId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.

Return Value

Type: IEnumerableUser
A list of User objects representing the details for each FactoryLogix user account.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
See Also