me
Retrieve authenticated Splunk user details including permissions, roles, and capabilities to debug access issues and verify user context.
Instructions
Retrieve information about the currently authenticated Splunk user. Use this tool whenever you need to check the current user's details, permissions, roles, or capabilities, such as for debugging access issues, understanding available actions, or verifying user context in Splunk environments. This tool requires no arguments.
Response Format: Returns a dictionary with 'status' field indicating success/error and 'data' containing:
username: Current authenticated username
realname: Full display name
email: Email address
roles: Array of assigned role names
type: User type (e.g., 'Splunk')
defaultApp: Default application for the user
capabilities: Array of capabilities granted through roles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||