IVaultDataTryGetAccountUid Method

Gets user email by user account Uid

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
bool TryGetAccountUid(
	string username,
	out string accountUid
)

Parameters

username  String
Username / Email
accountUid  String
User Account Uid

Return Value

Boolean
true if email exists; otherwise, false.

See Also