Manoj Dwivedi
Manoj Dwivedi

Reputation: 75

How to add users in Office 365 and assign license using graph api

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

Answers (1)

Quinn Favo
Quinn Favo

Reputation: 86

You will want to follow the two following documentation pages:

Add User

Assign License

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

Related Questions