CLI Application for Access and Show Users and Member Detail from Microsoft Graph API Integration built with Golang.
This is my weekend project to make my work easy. And this CLI application make my life easier to check the user detail from Azure graph API.
- Find All Users in datatable
- Find Member by Group ID in datatable
- Find user by Object ID / Principal Name ind datatable
- Pagination
- Clone app
- Run
go mod tidy
- Run
cp .env.example .env
- Edit
.env
file with your Azure Key
License © MIT