https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet has code to create a user in the managed namespace (user@netmagic.onmicrosoft.com). Yes, I amended all the values for the various flows to use my own tenant (rapmlsqa.com). yes, it talks to the directory search/compare/read port, and reads/writes values.
What does one need to do to create a federated user (user1@rapmlsqa.com), specifically? The example is a managed user.
any one got a blog post or sample of the relevant magic?
Presumably, several fields (like password) need NOT be sent, and perhaps immutableID MUST be sent?
recall, the powershell command create-newmsoluser ... works fine (though one must provide the immutableid choice).
the memo at http://blogs.technet.com/b/ad/archive/2013/11/25/growth-amp-enhancements-in-our-graphapi.aspx suggests that its possible (just doesnt say how).