Click or drag to resize

IEnterpriseDataManagementRemoveUsersFromTeams Method

Removes Users(s) from Team(s)

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

Parameters

emails  String
A list of user emails
teamUids  String
A list of team UIDs
warnings  ActionString  (Optional)
A callback that receives warnings

Return Value

Task
Awaitable task.
See Also