Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

{"odata.error":{"code":"Request_BadRequest","message":{"lang":"en","value":"Property value is required but is empty or missing."},"values":null}} #27

Closed levalencia closed 5 years ago

levalencia commented 8 years ago

I am using this sample but creating users does not work, apparently we are missing a property to be set but my code is a copy paste from this sample

http://stackoverflow.com/questions/31565446/error-when-creating-d-auser-odata-errorcoderequest-badrequest

dkershaw10 commented 8 years ago

Looks like this issue was resolved. We are working on better error messages that should help next time.

ravishankar1730 commented 5 years ago

You missed the property "AccountEnabled" .