M-Files API 23.11.13135.0
GetUserAccount Method
VaultUserOperations Object : GetUserAccount Method
The ID of the user account to be retrieved.
Description
Retrieves a single user account.
Syntax
Visual Basic
Public Function GetUserAccount( _
   ByVal UserID As Long _
) As UserAccount
Parameters
UserID
The ID of the user account to be retrieved.
Remarks

This method is available only if M-Files API is used in the server interface mode.

This method is potentially slow. To retrieve multiple user accounts, use the GetUserAccounts method.

See Also

VaultUserOperations Object  | VaultUserOperations Members