Search for all App/Source owners

Hi, is it possible to fetch all owners of applications and sources?

I know that owner.name:"name" works to get Roles, Access Profiles and Entitlements. I need to fetch all source owners and application owners as well.

I am able to retrieve owners via the _exists_:owns query, but only the identities and no objects.

This would be helpful to analyze data better in our tenant. Currently if we need to find the ownership of an identity if it’s either app/source we manually have to search for it in the tenant by clicking around… Not very effective!

Help much appreciated,
Thanks.

Is it for example possible via HTTP request in a workflow to use the v3/sources api and filter on owner.name?

{{baseUrl}}/v3/sources?filter=owner.name eq "SailPoint Services"
Doens’t seem to work, but perhaps I’m filtering incorrectly?

If this would work I could just replace the name with a real identity name.

You can do this using the API, but you have to filter on your end to pull out apps and sources owned by each identity

So it would be difficult to automate this in a workflow?

Currently I am fetching owners via the search API, but realised I need to extend this somehow to also fetch source and app owners.

_exists_:owns.sources

will fetch all the identities that own one or more sources along with Source ID and Name.

Is this what you are looking for?


Hey, i’m only getting the identitities and no objects still

Please check in Postman

Thanks, it worked :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.