I have a requirement where I want to add users into the Windows Azure Active Directory programatically through my .Net MVC4 Application.
What approach should I follow?
You would need to use WAAD Graph API for that purpose. Do take a look at the sample code here: MVC Sample App for Windows Azure Active Directory Graph especially the code sample for UserController.