0
votes

I'm exploring office 365 graph API's. I have created the office 365 developer account using [email protected] and tried out the following steps successfully: 1. Registered a app 2. Retrieved the access_token to send out an test email to [email protected]

Now I have created another user called '[email protected]' using '[email protected]' and tried my registered app to send-out a test email from [email protected]. But graph api throws error as "The requested user '[email protected]' is invalid."

Then I have tried to assign the 'Microsoft office 365 developer license' to [email protected], but got an error message in Office 365 admin centre preview as 'This trial subscription doesn't have any licenses available. Buy subscription to assign license'.

Is that not possible to assign already existing 'Microsoft office 365 developer license' to multiple users? Do I need to pay and buy another license and apply that to another user (atleast at the developer's point of view)?

1

1 Answers

1
votes

The trial subscription of Office 365 only enable you test with the account you register. There is no any licenses available for other users. If you want to assign the licenses for other account, you need to buy subscription.

You can also refer to assign licenses manually like figure below and buy the subscription from the portal: enter image description here