Get Current User
get_current_userRetrieve the currently authenticated user's details from ServiceNow, including username, display name, email, and roles, for context or authorization checks.
Instructions
Get the currently authenticated user's information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to return (default: user_name,name,email,roles) |