Is there any way to fetch the manager values directly from JSON path expressions or what as we cant fetch it directly the manager attribute as we are using advanced filter already utilizing based on custom security attributes, in that case we cant keep manager as schema attribute, Do we have any other way to fetch it.
We are also pulling users based on filter condition and we need to have the manager details but in our case as we are relying on advanced filters we not able to pull manager information. I was trying to create some JSON path based objects in schema but unable to fetch the manager , is there any way to get this done as manager field is very much required for us to have.
Since it is a onPremisesExtensionAttribute, its should advance filter.
To my understanding this is a limitation - cannot aggregate manager attribute.
Thinking aloud:
Can Entra ID somehow pupulate the manager attribute into another attribute and this other attribute can be aggregated? But that wont be manager
I understand that you need manager but, If you can share the use case why you need manager, may be we can brainstorm here.
Hey we tried a lot in end SailPoint has suggested us to go for NERM or utilize their expert services. No application team is not convinced to store the manager attribute at any other attribute since manager is dedicated field which is already present.
Thanks @vbdm we will brainstorm more on this but would like to thank you for looking into this problem statement.
Cant we use the customSecurityAttributes/ExtensionAttributes/AccountType eq ‘TEST’ and employeetype eq ‘INTERNAL’ all together ? Its not working for me could you suggest what’s wrong with below expression
customSecurityAttributes/ExtensionAttributes/AccountType eq ‘TEST’ and employeeType eq ‘INTERNAL’
Could you please suggest if you feel that there is correction? if not we will open support ticket with SailPoint