Reputation: 75
We are working on a project where we need to add new users in Exchange online and assign them license programmatically using Microsoft graph api.
Is this possible if yes, then how can we solve this.
Upvotes: 2
Views: 1385
Reputation: 86
You will want to follow the two following documentation pages:
These pages show examples of how to handle this with C#.
You may do testing in Postman to ensure your authentication is working properly and you are using a correctly formatted body etc.
Upvotes: 1