Contractor To Employee Conversion
Contractor To Employee Conversion
user's identity attributes, identity lifecycle state, and possibly entitlements and
provisioning logic. This is a common requirement in onboarding/o boarding automation,
especially when contractors get hired full-time.
Goal:
Lifecycle state
Provisioning behavior
Step-by-Step Implementation
identity.getAttribute("employeeType")
o employeeType = employee
If manual: update via Manage Identity > Edit Identity in IIQ UI.
Step 3: Identity Refresh and Correlation
UI:
Task:
Ensure there's a transition rule or workflow that moves the user from contractor to
employee lifecycle state.
How:
Define a transition:
o From: contractor
o To: activeEmployee
Options:
Identity Trigger Rule: Add/remove roles or launch LCM provisioning request when user
becomes employee.
identity.addRole("FullTimeEmployeeRole");
identity.removeRole("ContractorLimitedAccess");
Make sure:
Trigger:
Assigns/removes roles
Sends notification
Item What to Do