Skip to end of banner
Go to start of banner

userExists

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Syntax

userExists(userNameOrKey)

Description

Checks if the specified user is a registered Confluence user.

Parameters

Parameter name

Type

Required

Description

userNameOrKey

stringYesUser name or key to check.

Return type

boolean (true/false)

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

Example

Example 1

return userExists("jdoe");

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

See also

  • No labels