isManager Attribute

The other day we were discussing how we could use the isManager field with some our role automation. While doing some research, we learned that some of our users are appearing as a “manager” because they had a contractor reporting to them, but no direct reports or employees reporting to them.

Has anyone else created a similar transform to the out of the box isManager transform where it would distinguish between the contractor ID and employee ID and create a custom attribute to hold the value of “true” when a user was only manager to another user w/ an employee ID?

Hello @kgondek,

You could create a IdentityAttribute rule to return a true/false value based upon a check if the user is a manager to a contractor (false) or to an employee (true)

https://community.sailpoint.com/t5/IdentityNow-Articles/IdentityNow-Rule-Guide-Identity-Attribute-Rule/ta-p/73619

Thanks, we will try it out.