Click or drag to resize

EnterpriseDataRemoveUsersFromTeams Method

Removes Users(s) from Team(s)

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public 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.

Implements

IEnterpriseDataManagementRemoveUsersFromTeams(String, String, ActionString)
See Also