FixGetUserInfo Method

Returns information about the currently logged in user, including the user name and group name.

Syntax

object.FixGetUserInfo UserID, UserName, GroupName

Properties

The FixGetUserInfo method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

UserID

String. Returns the current user ID.

UserName

String. Returns the current user name.

GroupName

String. Returns the first group to which the user belongs.

 

Example

Applies To