Click or drag to resize

IEnterpriseDataManagementAddUsersToTeams Method

Adds Users to Team.

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task AddUsersToTeams(
	string[] emails,
	string[] teamUids,
	Action<string> warnings = null
)

Parameters

emails  String
Emails
teamUids  String

[Missing <param name="teamUids"/> documentation for "M:KeeperSecurity.Enterprise.IEnterpriseDataManagement.AddUsersToTeams(System.String[],System.String[],System.Action{System.String})"]

warnings  ActionString  (Optional)
(Optional)

Return Value

Task
Task
See Also