Click or drag to resize

EnterpriseDataGetTeamsForUser Method

Gets a list of team UID for the specified user.

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public string[] GetTeamsForUser(
	long userId
)

Parameters

userId  Int64
Enterprise User ID.

Return Value

String
A list of team UIDs.
See Also