Keeper SDK Class Library
C#
Show/Hide TOC
IEnterprise
Data
Management
Invite
User Method
Invites a User to Enterprise.
Definition
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
<
EnterpriseUser
>
InviteUser
(
string
email
,
InviteUserOptions
options
=
null
)
Parameters
email
String
User email
options
InviteUserOptions
(Optional)
Invided user options
Return Value
Task
EnterpriseUser
Invited User
See Also
Reference
IEnterpriseDataManagement Interface
KeeperSecurity.Enterprise Namespace
In This Article
Definition
Parameters
Return Value
See Also