EnterpriseDataGetTeamsForUser Method |
Gets a list of team UID for the specified user.
Namespace: KeeperSecurity.EnterpriseAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public string[] GetTeamsForUser(
long userId
)
Parameters
- userId Int64
- Enterprise User ID.
Return Value
StringA list of team UIDs.
See Also