Need help to get user count associated with each installed application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 03:14 AM
Sys_scope API: https://<instance_name>.servservice-now.com/api/now/table/sys_scope?sysparm_limit=100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 10:04 AM
@shyamkumar VK Thanks for the quick reply. I have tried with it but not able to get the user list or user count for each application.
I want to get a detail like,
- App1 is used by 3 users,
- App2 is used by 5 users
- etc..
Is there any REST API or report available to get the user count associated with each app?
Can you please share details with a screenshot if possible?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 06:29 PM
Yeah but what do you mean by "used by"?
Are you talking about users who have roles that grant CRUD access to any of that apps tables?
Or are you talking about consumers of the tasks of that apps work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 09:18 PM
@Uncle Rob Yes, Basically, We need a user list who can access the ServiceNow application. Read operation should work, for those who have roles to access that app.
Based on the above output list we can try to find REST API to get a list of users who can access the application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 05:50 PM
I think I have the same need as Nilesh is asking about. For each Installed application in our ServiceNow Portfolio, I need a user count (ie, the count of users who have actually have the app "installed" - in cases were there is an app "install".
Very Respectfully
StacyLen