Versions Compared

Key

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

Syntax

userExists(userNameOrKey)

...

Returns true if the specified user is a registered Confluence user. Otherwise the routine returns false.

Example

Code Block
return userExists("jdoe");

Checks if the a jdoe user is a registered Confluence user.

...