current_user
Retrieve detailed information about the authenticated user in Splunk, including username, roles, email, default app settings, and user type, to streamline user management and access control.
Instructions
Get information about the currently authenticated user.
This endpoint retrieves:
- Basic user information (username, real name, email)
- Assigned roles
- Default app settings
- User type
Returns:
Dict[str, Any]: Dictionary containing user information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "current_userArguments",
"type": "object"
}