Click or drag to resize
LegacyTelogisServiceGetUser Method
Print this page
Gets a User object for the specified user.

Namespace: Telogis.API
 
Syntax
public User GetUser(
	long id
)

Parameters

id
Type: SystemInt64
ID of the user to query

Return Value

Type: User
A User object for the user with matching ID
See Also