Skip to content

Commit 26020f1

Browse files
Create readme.md
1 parent e005738 commit 26020f1

File tree

1 file changed

+14
-0
lines changed
  • Core ServiceNow APIs/GlideAggregate/LicensedUserCount

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)