Lets you create users and events.
Require this package in your composer.json. Run the following command:
composer require thesoftwarefarm/graph-teams-sdkAfter updating composer, the service provider will automatically be registered and enabled, along with the facade, using Auto-Discovery
Next step is to run the artisan command to bring the config into your project
php artisan vendor:publish --provider="TheSoftwareFarm\MicrosoftTeams\MicrosoftTeamsServiceProvider" --tag=configUpdate config/microsoft_teams.php