I have two tenants of Azure Active Directory. I am creating a console/Daemon/Background application which uses Microsoft.Graph nugget package.
How can I use microsoft graph api to filter based on tenant id? Example I want to get users in particular tenant.There is no user login screen.I am using this https://github.com/microsoftgraph/uwp-csharp-snippets-sample as reference.