Get all entitlements for all identities

We would like to call the IIQ API to get all identities and their associated entitlements. Is there a way to do this? I can’t seem to find a way to do it when looking through the API docs.

Thanks,
Vic

Hi @vic_rinkenberger

GET http://{{identityiqHost}}/{{identityiqAppName}}/scim/v2/Users?attributes=name,email,urn:ietf:params:scim:schemas:sailpoint:1.0:User:entitlements

you can update that attribute list to bring back other values that you may require.

Thanks. We’ll check it out.