We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

sn_grc_business_user_lite IRM lite role – impact of exposing additional access on licensing

tejaswiniva
Tera Contributor

Hi Team, 

Could anyone help with the following query?

The sn_grc_business_user_lite role has several restrictions, including limited access to:

  • GRC modules (Policies, Entities, Controls, Control Objectives)

  • Tables and M2M tables (e.g: Additional Entities, Entity Type to Control Objectives)

  • Catalog pages, widgets, and user criteria (e.g: All Attestations, All Exceptions)

To meet business needs, we are considering exposing additional access (similar to what a custom group provides today).

 

If we extend access for the LITE role across these areas, will users still be treated as LITE from a licensing perspective? or could this trigger Operator or higher IRM licensing?

3 REPLIES 3

Matthew_13
Mega Sage

Hi Buddy,

Good question — and you’re right to check before expanding access.

Giving the sn_grc_business_user_lite role more visibility (tables, widgets, portal content) usually does not change licensing. Users are still considered Lite as long as they’re mainly viewing, attesting, and participating.

Licensing risk comes if they start doing operator-type work — creating/editing controls, policies, risks, entities, or managing remediation.

So it’s less about the role itself and more about what the user actually does in the platform.
Best practice: confirm with your ServiceNow licensing rep before extending access, just to stay safe.

 

@tejaswiniva - If help answer, Please mark Accepted Solution and Thumbs Up.

MJG

Its_Sagnic
Mega Guru

Hi @tejaswiniva ,

Hope you are doing well.

Definition of Lite vs. Operator Roles

ServiceNow distinguishes these roles based on the depth of their interaction with the GRC suite:

Feature  IRM Lite Operator (sn_grc_business_user_lite) IRM Operator
Primary AudienceFirst-line employees (1LOD), business managers, and tech owners.Risk/Compliance teams (2LOD) who manage the overall programs.
Typical TasksRespond to attestations, policy acknowledgments, and risk assessments; report issues.Implement policies, perform risk assessments, and manage control testing.
InterfaceService Portal, ESC, or GRC Task Workspace.Full GRC Workspaces.
Licensing BasisRequires the "Risk Lite Operator" license; restricted to "Lite operations".Based on CRUD operations or assignment of full application roles.

 

If you modify Access Control Lists (ACLs) or grant additional permissions to Lite users, the following licensing triggers apply:
  • CRUD Operations: Users are charged as IRM Operators if they perform Create, Read, Update, or Delete (CRUD) operations on GRC tables that fall outside the defined "Lite operations".
  • Access to Workspaces: Lite operators are generally restricted to task-based activities in the Employee Service Center (ESC) or Service Portal and do not have access to GRC Workspaces. Providing access to these workspaces typically requires a full Operator license


If the solution is helpful for you please mark it helpful and accept the solution to clode the thread.

Regards,

Sagnic

Matthew_13
Mega Sage

@tejaswiniva - I hope I help you answer. Thanks kindly

MJG