GetUserProfiles

The GetUserProfiles command action is used to display configuration parameters from a specified user profile definition from the TIBCO MFT Command Center server definition table.

No command line actions are provided to retrieve definitions from banks.

To use this command, TIBCO MFT Command Center will search for a match on the GroupId or UserId parameter and the Server parameter. If a match cannot be found, the request will fail.

To use the GetUserProfiles action command, you must have UpdateServerCredentialRight. For more information on this right, see AddUserToRole.

When the GetUserProfiles command is executed successfully, the user profile is displayed along with the configuration parameters defined.

Parameter Description Default Required
GroupId Specifies the 1 to 64 character TIBCO MFT Command Center group ID that has been defined in the group database.

For this command, a server credential definition with this group ID and the defined server definition must be on the server credential table; otherwise the request will fail.

This parameter is exclusive with the UserId parameter.

None Either the GroupId or UserId parameter must be defined.
NodeName Specifies the 1 to 32 character name of the TIBCO MFT Command Center server that has been defined in the server database.

This parameter defines the target Platform Server definition for a file transfer.

If the defined server along with the GroupId or UserId parameter is not in the user profile database, the request will fail.

None Yes
UserId Specifies the 1 to 64 character TIBCO MFT Command Center user ID that has been defined in the user database.

For this command, a server credential definition with this user ID and the defined server definition must be on the server credential table.

This parameter is exclusive with the GroupId parameter.

None Either the GroupId or UserId parameter must be defined.

Sample GetUserProfiles Command

This command displays information for the user profile for the user mftuser1 and the NYNode1 node. All parameter associated with this profile are displayed.

java cfcc.CFAdmin a:GetUserProfile UserId:mftuser1 NodeName:NYNode1