Skip to main content

GetUserID (NotesIDVault - LotusScript)

Lets you get a userID instance from an ID Vault.

Defined in

NotesIDVault

Syntax

Set uid = NotesIDVault**.GetUserID(** username, password, servername**)**

ParameterDescription
usernameString. Specifies the name of the user whose ID file you are looking for.
passwordString. Specifies the password of the user whose ID file you are looking for.
servernameString. Specifies the name of server to contact in the search for the ID file.
Return vlaueDescription
uidNotesUserID. Specifies the instance of a NotesUserID that you are searching for.

Language cross-reference

getUserID in Java™ IDVault class

getUserID in JavaScript™ NotesIDVault class