<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
0D50Z00008G7VZhSANOkta Classic EngineOkta Integration NetworkAnswered2021-02-08T17:18:48.000Z2018-07-31T06:43:28.000Z2018-08-07T18:46:13.000Z
  • Hi, 

     

    Our Apps API offers you the option to assign groups and to also manage group assignment licenses to O365. 

    You can List, Assign or Remove a group from the assignment using APi calls. 

     

    For example you can use the bellow for cheking the licenses that group assigns to O365 : 
    • GET {{url}}/api/v1/apps/{{appid}}/groups/{{group ID}}
     You can also use the Assign groups to app as the bellow example shows to assign a group including licenses : 
    • PUT {{url}}/api/v1/apps/0oa73xkga0rx52dcb1t7/groups/00g189jfe6awrK8lr1t7 {

          "priority": 0,

          "profile": {

              "licenses": [

                  "Office 365 Enterprise E1 - POWERAPPS_O365_P1",

                  "Office 365 Enterprise E1 - TEAMS1"

                  ],

              "roles": null

                      }
     The above are only brief examples but gives you the possibility of creating custom scripts for reading, assigning or removing groups and licenses on the Office 365 application. 

     

    More details on the Apps API can be found here :   If this doesn`t quite address your concerns, please open a ticket with us and we can further dicuss it. 

     

    Thank You,

     

    Alexandru Preda

    Technical Support Engineer

    Okta Global Customer Care

     

    Expand Post
  • This is EXACTLY what I was looking for 🙂 

    Too bad the link you provided is not so clear.
  • mike.davie1.5312945692819849E12 (Customer First Programs)

    Hello,

    Thank you for posting your question into the Okta Community Portal! 😀

     

    If you receive a great answer to your question(s), help the community find it by marking it the best answer. Hover over the answer and click "Best Answer." 

     

    Thanks for participating in the Okta Community.  👍

     

    Mike Davie

    Okta Help Center Team
    Expand Post
This question is closed.
Loading
API for O365 licenses