We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e005738 commit 26020f1Copy full SHA for 26020f1
Core ServiceNow APIs/GlideAggregate/LicensedUserCount/readme.md
@@ -0,0 +1,14 @@
1
+# Licensed User Count by Role Using GlideAggregate
2
+
3
+# Overview
4
+This script counts how many **licensed users** hold specific ServiceNow roles using the `GlideAggregate` API.
5
+It’s useful for **license compliance**, **role audits**, and **access management reporting**.
6
7
+The licensed roles analyzed:
8
+- sys_approver
9
+- itil
10
+- business_stakeholder
11
+- admin
12
13
+# Objective
14
+To provide a simple, fast, and accurate way to count licensed users per role directly at the database level using `GlideAggregate`.
0 commit comments