userConfigForUser

Available for: Content Management Server

Task: The userConfigForUser command works analogously to the userConfig command. However, while userConfig allows access to the personal preferences of the logged-in user, you can use the userConfigForUser command to read out and set the preferences of all user logins you own.

Syntax:

userConfigForUser login command

Function parameters:

  • login is the login of the user whose personal preferences you want to read or set.
  • command is a subcommand. The userConfigForUser command has the same subcommands as the systemConfig command.

Necessary permissions: You can use the command only to access your own preferences and those of the users whose logins you own. As a super user you implicitly own all user logins.

Example:

CM>userConfigForUser mustermann setElements guiPreferences.startArea <startArea>wizard_page</startArea>
CM>userConfigForUser mustermann getElements guiPreferences.startArea
{<?xml version="1.0" encoding="UTF-8"?>
<startArea>browse_page</startArea>}