<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7UisSAFOkta Classic EngineLifecycle ManagementAnswered2024-04-12T04:34:15.000Z2017-10-05T08:13:25.000Z2017-10-05T08:13:25.000Z
Azure guest user creation by Microsoft Graph API in B2B/B2C Scenario
Is it possible creating Azure "guest user"  by Microsoft Graph API in Office 365 B2B Scenario ?

Because my Okta organization federating subsidiary companies with different Office365 tenants.

I would like provisioning Azure object (guest users, invitations....) with restful client from universal directory.

Didn't find anything about that, including custom code solution.

Any idea ?

Regards

 


  • Hey Giles, 

     

    While we support Microsoft Graph API in Office we would need to understand the flow you are looking to achive. It sounds like you are trying to create the user as Azure guest via Okta to Office 365 aprovisioning. How should the users be created to allow the user to be created as guest user, what kind of roles should the user get?

    As it seems it dosen`t seem like we might have a solution that can help with what you are looking to achive but further details can help us  better understand the setup and allow us to find a solution.
    Expand Post
  • Hello Valentin,

     

    In fact my scenario is very simple .

    I need to create guest users in our O365 tenant  (of mother company) from Okta Users

    B2B Scenario where other subsidiary companies users in Universal Directory need to have guest account on O365 mother company tenant

    0EM2A000000Dskq

    --> How to do that with  Graph API (working fine)

    POST https://graph.microsoft.com/v1.0/invitations

    {

      "invitedUserEmailAddress": "xxxxxxx@gmail.com",

      "inviteRedirectUrl": "https://myapps.microsoft.com",

      "sendInvitationMessage": true

    }

     

    Regards,

    Expand Post
This question is closed.
Loading
Azure guest user creation by Microsoft Graph API in B2B/B2C Scenario