Click or drag to resize
LegacyTelogisServiceListUsers Method
Print this page
Get a selection of users.

Namespace: Telogis.API
 
Syntax
public User[] ListUsers(
	int offset,
	int count
)

Parameters

offset
Type: SystemInt32
Starting offset
count
Type: SystemInt32
Maximum number of users to return

Return Value

Type: User
An array of User objects
Remarks
Your current user account will not be included in the list of units returned.
See Also