LegacyTelogisServiceGetUser Method |
Print this page
Gets a
User
object for the specified user.
Namespace: Telogis.API Syntax public User GetUser(
long id
)
Public Function GetUser (
id As Long
) As User
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