Hi all!
Is there a way to get User Added Applications with Okta API ?
I tried many methods like:
- List Apps
-> {{url}}/api/v1/apps - Get Apps Assigned to User :
-> {{url}}/api/v1/apps?filter=user.id+eq+"{{userId}}"&limit=100
But returned records contain only Admin assigned Apps. Apps added by user are not present.
Tks for your help !
Alpin.