<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
0D50Z00008C3jTNSAZOkta Classic EngineIntegrationsAnswered2018-09-05T01:30:10.000Z2018-08-01T11:46:57.000Z2018-08-08T17:55:30.000Z
How to retrieve application list assigned to user using Okta API
Hi.

 

How to retrieve application list assigned to user using Okta API. 

 

Currently what we implemented on our site is by using Okta Iframe enabled but the problem is that we need to customize the layout without an iframe.

 

Thanks!

  • Hey John,

    Yes, you can retrieve the list of applications that are assigned to a User via the API, using the following call: 
    1.  {{url}}/api/v1/apps?filter=user.id+eq+"{{userId}}"&expand=user/{{userId}}
     

    For reference, the documentation can be found here:

    https://developer.okta.com/docs/api/resources/apps#list-applications-assigned-to-user

     

    I hope this helps, and have a great day ahead!

    ~Andy
    Expand Post
  • mike.davie1.5312945692819849E12 (Customer First Programs)

    Hello John,

    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
How to retrieve application list assigned to user using Okta API