Role Change
A role change is when a person's job function or set of responsibilities shifts within an organization, which typically means the access and permissions they need should change too. This can be a move upward, downward, or sideways into a different function. In identity systems, managing a role change means updating what the person is allowed to do so their access matches their new responsibilities.
In an IGA context, a role change is a lifecycle event in which a principal's assigned business or application roles are modified, typically triggered by a transfer, promotion, demotion, or lateral move. Handling it correctly is primarily a governance and administration concern: it usually drives re-provisioning and de-provisioning workflows, and in mature deployments it prompts recalculation of entitlements, access recertification, and segregation-of-duties evaluation to prevent accumulation of excess privileges (privilege creep). The evidence provided describes role change chiefly in organizational and HR terms rather than in access-control mechanics, so specific enforcement models (for example RBAC role reassignment versus ABAC attribute updates) and the runtime effect on active sessions or tokens vary by implementation and are out of scope here.
Why it matters
A role change is one of the most common and most error-prone events in the identity lifecycle. When an employee is promoted, demoted, or moves laterally into a new function, their access requirements shift, but the access tied to their previous responsibilities does not always fall away. If the old entitlements are not removed as new ones are granted, the person accumulates permissions beyond what their current job requires. Over time and across many such transitions, this produces privilege creep, which expands the attack surface and undermines least-privilege objectives.
Because a role change typically leaves the person inside the organization rather than removing them entirely, it is easy to treat it as a lower-risk event than a joiner or leaver. In practice the opposite can be true: transfers are precisely the cases where residual access lingers unnoticed, since the account remains active and in daily use. Segregation-of-duties conflicts can also emerge when a new role's entitlements combine with retained old ones to create toxic combinations that neither role would grant on its own.
Handling role changes well is therefore both a security and a compliance concern. Access recertification and segregation-of-duties evaluation triggered at the point of transition give governance teams a defensible record that access was reviewed and aligned to current responsibilities. The evidence here frames role change mainly in organizational and HR terms; the downstream access-control consequences depend on how a given IGA deployment is configured.
Who it's relevant to
Inside Role Change
Common questions
Answers to the questions practitioners most commonly ask about Role Change.
