IEnterpriseDataManagementRemoveUsersFromTeams Method

Removes Users(s) from Team(s)

Definition

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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