Click or drag to resize

EnterpriseDataTryGetUserById Method

Gets the enterprise user associated with the specified ID.

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public bool TryGetUserById(
	long userId,
	out EnterpriseUser user
)

Parameters

userId  Int64
User Enterprise ID
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