Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

UserExists

Use this function to determine whether the specified user exists in a the database. A return value of 1 means the user exists in the system; a value of 0 means the user does not exist in the system.

Note: If you create a variable to store the return value for this function, you must create the variable with the NUM type.

Copy

Syntax

USEREXISTS ("UserID")        

where:

  • UserID is the user ID to search for.
Copy

Syntax example

USEREXISTS ("jsmith")        

Published:

UserExists

Use this function to determine whether the specified user exists in a the database. A return value of 1 means the user exists in the system; a value of 0 means the user does not exist in the system.

Note: If you create a variable to store the return value for this function, you must create the variable with the NUM type.

Copy

Syntax

USEREXISTS ("UserID")        

where:

  • UserID is the user ID to search for.
Copy

Syntax example

USEREXISTS ("jsmith")        

For an optimal Community experience, Please view on Desktop