Click or drag to resize

VaultOnlineSendShareInvitationRequest Method

Sends share invitation request to the user.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task SendShareInvitationRequest(
	string username
)

Parameters

username  String
User email

Return Value

Task
Awaitable task

Implements

IVaultSendShareInvitationRequest(String)
Exceptions
ExceptionCondition
KeeperApiException
See Also