UserController Class |
Namespace: MedTunnelSvc.Controllers
The UserController type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSingleProvider |
Create a new Single Provider User account.
| |
| GetRecentRecipients |
Get the recent recipients for the logged in user.
| |
| GetUserMailBox |
Get the primary mailbox for the logged in user.
| |
| SearchAccounts |
Search for Groups matching the provided keywords. Keywords should be seperated by a space.
| |
| SendInvites |
Send invite(s) from the logged in user. All recipients must be of the same type (patient or provider).
| |
| UserEmailExists |
Is the given Email Address already in use?
| |
| UserExists |
Is the given User Name already in use?
|