EnterpriseDataTryGetUserByEmail Method

Gets the enterprise user associated with the specified email address.

Definition

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public bool TryGetUserByEmail(
	string email,
	out EnterpriseUser user
)

Parameters

email  String
User Email Address.
user  EnterpriseUser
When this method returns true, contains requested enterprise user; otherwise null.

Return Value

Boolean
true if the enterprise contains a user with specified ID; otherwise, false

See Also