Command Line Reference

Command Line Reference

updateWebUser

updateWebUser

The updateWebUser command allows you to edit Web User profile information. Web User accounts can also be enabled or disabled using this command.
To update Web User profiles, log in as a User with the Web User Manager role.
Example 1:
The following command will enable a Web User.
infamftcmd.bat -server http://10.1.4.1:8000/informaticamft -user Administrator -password Administrator -command updateWebUser -username jsmith -enable true
Example 2:
The following command updates Web User profile information.
infamftcmd.bat -server http://10.1.4.1:8000/informaticamft -user Administrator -password Administrator -command updateWebUser -username jsmith -firstName John -lastName Smith -organization "acme inc" 
-phoneNumber "402-555-0011"
Parameter Name
Description
Required?
Default Value
userName
The Web User's account name.
Yes
None
firstName
The Web User's first name.
No
None
lastName
The Web User's last name.
No
None
email
The Web User's email address.
No
None
description
A description for the Web user account. Place the description in double quotes (" ") to support spaces.
Example: -description "trading partner"
No
None
organization
A description of the Web User's organization. Place the description in double quotes (" ") to support spaces.
Example: -organization "acme inc"
No
None
phoneNumber
The Web User's phone number. Place the number in double quotes (" ") to support dashes.
Example: -phoneNumber "402-555-0011"
No
None
enabled
Enable or disable a Web User account.
No
None

0 COMMENTS

We’d like to hear from you!