IVaultShareRecordWithUser Method |
Shares a record with a user
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task ShareRecordWithUser(
string recordUid,
string username,
bool? canReshare,
bool? canEdit
)
Parameters
- recordUid String
- Record UID.
- username String
- User account email
- canReshare NullableBoolean
- Can record be re-shared
- canEdit NullableBoolean
- Can record be modified
Return Value
TaskAwaitable task.
Exceptions See Also