User Added Applications and API

Hi all!

Is there a way to get User Added Applications with Okta API ?
I tried many methods like:

  1. List Apps
    -> {{url}}/api/v1/apps
  2. 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.