Query ISC governance group

Hello,

I need some support. Is there a query to retrieve all access profiles linked to a specific governance group? What would this query look like? Thanks

Hi Kaio,

I’d recommend going to the Governance Group in the Identity Management tab. That will show you all associations.

Thanks,
Margo

1 Like

I know there is a way there, but the client wants to extract the information.

@kaiolima I don’t think you can get that directly through the UI search. You’ll need to use SailPoint SDKs instead. If you’re working with PowerShell, check out the List Governance Group Connections method here:

I don’t think you would be able to retrieve using query .

you can use this API {{baseUrl}}/workgroups/:workgroupId/connections

now you can use poweshell SDK or build the report.

1 Like

You will have to write a script to get this information.

1 Like