Session Inspector
View your current ServiceNow session details including user info, roles, groups, and update set.
The Session Inspector gives you a complete view of your current ServiceNow session at a glance. Instead of navigating to sys_user, checking the update set picker, or running scripts to inspect your roles, everything is available in one floating panel.
<!-- Screenshot needed: Session Inspector with user info, roles list, groups list, update set -->
Opening the Session Inspector
Use the slash command /sksession or open Sidekick and select the Session tab.
What's Displayed
User Information
- User name and user ID
- Email address
- Department and location
- Time zone and language settings
Roles
A complete list of all roles assigned to your user, including:
- Directly assigned roles
- Roles inherited through group membership
- Elevated roles (if applicable)
Groups
All groups you belong to, with quick links to the group records.
Update Set
Your currently selected update set, including:
- Name and state (In Progress, Complete, etc.)
- Application scope — Which scope you're working in
- Quick link to the update set record
Use Cases
Verifying Permissions
Before testing a feature or debugging an access issue:
- Open Session Inspector
- Check if the expected roles are present
- Verify group membership
- Confirm you're in the right scope and update set
Debugging "Access Denied" Issues
When something doesn't work as expected:
- Open Session Inspector
- Compare your roles against the ACL requirements
- Check if you're missing a required group membership
- Verify your scope matches the application
Quick Context Check
During development, you often need to confirm basic session details:
- "Am I impersonating the right user?"
- "Is my update set set to the right one?"
- "What scope am I in?"
Session Inspector answers all of these without navigating away from your work.
Tips
- Click to copy — Click on any value (role name, group name, sys_id) to copy it to your clipboard.
- Quick links — Role and group names link directly to their records in ServiceNow.
- Combine with impersonation — Use the
/impersonateslash command, then open Session Inspector to verify the impersonated user's context.
Related
- Sidekick Overview — All five debugging tools
- URL Doctor — View and edit URL parameters