Is there a way to specify what attributes can be returned with the identities assigned to a role?
I have tried a few variations, example I want to retrieve title, LCS, jobCode, etc. This way when someone is setting up the role, they see and can verify who is be assigned, prior to adding the entitlements. The idea is to validate who is receiving the entitlements in advance to the entitlement assignment.
If I’m limited on what I can pull, I can always pull each identity individually but that is a bit of a mess. When the URL contained email, title, etc; it didn’t return anything other than the name and the id.
assigned_identities_url = f"{url}/beta/roles/{role_id}/assigned-identities?limit={limit}&offset={offset}"