user userRef description

Available for: Content Management Server

Task: Returns a string representation of the data for the user with the login login.

Additional information: The representation is formatted in the property list format of a dictionary. The displayed fields are listed in the section The user parameters.

Syntax:

user withLogin login description

Function parameters: none

Return value if successful: the string representation of the user (string)

Necessary permissions: none

Example:

CM>user withLogin jane description
{
  defaultGroup = admins;
  globalPermissions = (
  );
  groups = (
    admins
  );
  login = jane;
  owner = root;
  realName = "Jane\ Mitchum";
  userLocked = 0;
}