<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
0D50Z00008G7VH4SANOkta Classic EngineIntegrationsAnswered2024-04-30T09:18:25.000Z2018-02-26T16:55:09.000Z2018-07-20T19:45:48.000Z
  • Hi,

     

    My name is Silviu and I am a Technical Support Engineer (Tier II) at Okta.

    Yes, there are a couple of ways of achieving this through API calls.

    You can:

    - list users assigned to an app via GET-type calls like:

    {{url}}/api/v1/apps/{{appId}}/users

    OR

    - list apps assigned to a user by the help of:

    {{url}}/api/v1/apps?filter=user.id+eq+"{{userId}}"&expand=user/{{userId}}

     

    Now, for the types of app-assignment (like individual, group assignment) you might have to open up a case so that it can reach the Developer Support Team within Okta. I'm not quite sure if that is achievable. Still you can use tools like Postman to leverage API calls like this one to get a list of assigned groups:

    {{url}}/api/v1/apps/{{appId}}/groups

    Perhaps this helps you reach the desired use-case of seeing the group type assignment.

    You can find calls like these into our API collections you can upload into Postman once you configure it to apply to your org, here(https://developer.okta.com/docs/api/getting_started/api_test_client).

    For more information on the topic please open up a case with us and we will handle it accordingly.

     

    Wish you all the best in your work, Nicole!

     

    Thanks,

    Silviu Muraru

    Technical Support Engineer | Okta
    Expand Post
  • j5v7c (j5v7c)

    Hello,

     

    Thanks for posting your inquiry in Okta Community Portal.

     

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

     

    Thank you,

     

    ​Dylann Fezeu

    OHC Team
    Expand Post
  • 4n862 (4n862)

    @Silviu  is there a way via the API to get a listing of the current attribute mappings etc.. for specific apps that are integrated with OKTA?
This question is closed.
Loading
Is there a way to pull the info on the "current assignments" report via API