Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Enterprise
EnterpriseData Class
EnterpriseData Methods
AddUsersToTeams Method
CreateTeam Method
DeleteTeam Method
DeleteUser Method
GetTeamsForUser Method
GetUsersForTeam Method
InviteUser Method
RemoveUsersFromTeams Method
SetUserLocked Method
TransferUserAccount Method
TryGetNode Method
TryGetTeam Method
TryGetUserByEmail Method
TryGetUserById Method
UpdateTeam Method
Enterprise
Data
Invite
User Method
Invites user to enterprise
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
Task
<
EnterpriseUser
>
InviteUser
(
string
email
,
InviteUserOptions
options
=
null
)
Parameters
email
String
Email Address
options
InviteUserOptions
(Optional)
Optional
Return Value
Task
EnterpriseUser
Invited User
Implements
IEnterpriseDataManagement
InviteUser(String, InviteUserOptions)
See Also
Reference
EnterpriseData Class
KeeperSecurity.Enterprise Namespace