Click or drag to resize

IVaultSendShareInvitationRequest Method

Sends share invitation request to the user.

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

Parameters

username  String
User email

Return Value

Task
Awaitable task
Exceptions
ExceptionCondition
KeeperApiException
See Also