I have created a trail business account in Office365 and added some users under my domain.
Now I want to list the users using C#. I know that using graph api we can get token and be using that token we can access office365 data.
But what I want is, in a console application, the user will type their username and pwd ( of my domain) and the output should be the user details.
The main thing is I should not complicate like registering the application and generating token. I need to retrieve the user details simply.
I don't have Azure AD subscription and I need to do without a subscription.
So How can I do this?