UpdateUserRecord

Action to update the user record data.

Optional parameters

Parameter Key Value Type Parameter Description
userName Alphanumeric string

username of the LSF user.

Must be in domain format: (Domain\Username for Windows)

printer Alphanumeric string

The name of an LSF printer assigned or to be assigned to the LSF user

Maximum length for strings is 10.

locale Alphanumeric string

The name of an LSF locale assigned or to be assigned to the LSF user

Maximum length for strings is 10.

printerGroup Alphanumeric string

The name of an LSF printer group assigned or to be assigned to the LSF user

Maximum length for strings is 10.

XML request format

Format of the request XML payload for GET method calls. The key field userName and userId MUST be unchanged

/lawson-ios/action/UpdateUserRecord?userName=<USERNAME>&userId=<USERID>&printer=<PRINTER>&locale=<LOCALE>&printerGroup=<PRINTERGROUP>