Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pjirsa/directreports

Recursively build a list of all direct reports using Microsoft Graph API
https://github.com/pjirsa/directreports

Last synced: 8 days ago
JSON representation

Recursively build a list of all direct reports using Microsoft Graph API

Awesome Lists containing this project

README

        

# DirectReports
Recursively build a list of all direct reports using Microsoft Graph API

## Getting started
1. Clone the repo
1. Create 'local.settings.json' file
1. Add storage account connection string to local.settings.json file
1. Add AAD app registration values
```
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "storageconnectionstring",
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
"TopLevelAlias": "[email protected]",
"ClientId": "App Id",
"ClientSecret": "Client Secret",
"TenantId": "AAD Tenant Id"
},
"ConnectionStrings": {}
}
```
1. Run `func start`
1. `curl https://localhost:7071/api/[email protected]`