Is there a way to change the sorting for roles in manage user access and can we assign a filter to the roles based on login user attribute(like if attribute value is true visible x set of roles and if false then y set of roles) any suggestions please?
For the sorting part, I don’t think there is a normal OOTB admin setting in IIQ 8.5 to change the role sort order in Manage User Access. The better supported approach is to make the roles easier to search/filter, for example by using a good naming convention or searchable extended role attributes.
Create separate Quicklink Populations based on the logged-in user/requester attribute, for example:
attribute = true → population A attribute = false → population B
Then in each population, configure What can members request? → Roles and use a rule/filter to return only the allowed roles for that population.
That way, users with true will only see/request one set of roles, and users with false will only see/request the other set. This is better than only hiding roles in the UI, because it controls what the requester is actually allowed to request.
Sorry if i am asking irrelevant questions(beginner to sailpoint) but here i am not able to see quicklink related to Manage user access which sailpoints provided OOTB quicklink, so that i can add populations to that as suggested
You don’t configure this from the Manage User Access page directly. You configure it from: Global Settings > Quicklink Populations
Open the required population, then go to the Quicklinks tab and enable/configure the Manage User Access quicklink for that population.
Then under What can members request? > Roles, you can add the rule/filter to control which roles that population can request.
So the flow is: Create population based on requester attribute → configure Manage User Access quicklink → restrict requestable roles for that population
If you don’t see Manage User Access in the Quicklinks tab, then I would check whether Lifecycle Manager is enabled/configured properly and whether you have enough admin access to edit Quicklink Populations.
@lsaipriya26 You need to use RequestObjectSelector rule in your quicklink. Here you can return the filter with role names, if the attribute value in user is true, otherwise return different filter.