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 08:51 AM
If I'm understanding you correctly, you need a list of users that "can use" an app.
Your app should have a role/roles configured for it.
So your report would just look at users who have that role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 09:55 AM
@Uncle Rob Basically, I need a number of users count of each installed app.
i.e. App1 is used by 3 users. App2 is used by 5 users. etc...
So, Is there any REST API available for it? OR IS there any table available to get this users count associated with each app.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 09:19 PM
@Uncle Rob 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-06-2024 09:07 AM
@nilesh_vaghela1 , go to you sys_metadata.LIST in your Instance Navigator , group by Class and check the Related Tables Associated
Regards,
Shyamkumar
Regards,
Shyamkumar