recertifyUser (NotesAdministrationProcess - JavaScript™)
Enters a request in the Administration Requests database to recertify a Notes® user.
Defined in
NotesAdministrationProcessSyntax
recertifyUser(username:string)
: string
Parameter | Description |
---|---|
String username |
The full hierarchical name (can be abbreviated) of the user. |
Return value | Description |
---|---|
String |
The note ID of an entry created in the Administration Requests database, or an empty string if the certificate authority processes the request. |
Usage
The AdministrationProcess properties must specify a certifier.Language cross-reference
recertifyUser in LotusScript® NotesAdministrationProcess classrecertifyUser in Java™ AdministrationProcess class