Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sets profile question information for a user, or throws exception if the user does not exist.

...

Info

Note: Profile questions for a user are configured at the role level.

Parameters:

  • username (String) - The username for whom the profile belongs. If the username does not exist an exception will be thrown.

  • profileItemName (String) - The name of the profile question to retrieve from the user.

  • value (String) - The value to be used for the profile question

...