Click or drag to resize

UserController Class

Handles all User related functionality.
Inheritance Hierarchy
SystemObject
  ApiController
    MedTunnelSvc.ControllersUserController

Namespace:  MedTunnelSvc.Controllers
Assembly:  MedTunnelSvc (in MedTunnelSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UserController : ApiController

The UserController type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddSingleProvider
Create a new Single Provider User account.
Public methodCode exampleGetRecentRecipients
Get the recent recipients for the logged in user.
Public methodGetUserMailBox
Get the primary mailbox for the logged in user.
Public methodCode exampleSearchAccounts
Search for Groups matching the provided keywords. Keywords should be seperated by a space.
Public methodCode exampleSendInvites
Send invite(s) from the logged in user. All recipients must be of the same type (patient or provider).
Public methodCode exampleUserEmailExists
Is the given Email Address already in use?
Public methodCode exampleUserExists
Is the given User Name already in use?
Top
See Also