Keeper SDK Class Library
C#
Show/Hide TOC
Enterprise
Data
Get
Teams
For
User Method
Gets a list of team UID for the specified user.
Definition
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
string
[]
GetTeamsForUser
(
long
userId
)
Parameters
userId
Int64
Enterprise User ID.
Return Value
String
A list of team UIDs.
See Also
Reference
EnterpriseData Class
KeeperSecurity.Enterprise Namespace
In This Article
Definition
Parameters
Return Value
See Also