IVaultShareRecordWithUser Method

Shares a record with a user

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Task ShareRecordWithUser(
	string recordUid,
	string username,
	IRecordShareOptions options
)

Parameters

recordUid  String
Record UID.
username  String
User account email
options  IRecordShareOptions
Record share options

Return Value

Task
Awaitable task.

Exceptions

See Also