Who Am I
The Who Am I tool returns the identity of the logged-in admin user that Copilot is acting on behalf of: user_id, email, firstname, and lastname.
Access control
Access to this tool is controlled by the MCP Tools -> Built in -> System -> Who Am I ACL resource. Enable or disable it in System -> Permissions -> User Roles -> [Role] -> Role Resources.
When to use
Copilot uses this tool to resolve self-references such as "me", "my", or "assigned to me" before scoping a query to the current user. For example, when asked "show the tickets assigned to me", Copilot first calls Who Am I to learn the current user's id, then filters by it.
Parameters
This tool takes no parameters.
The logged-in identity does not change during a conversation, so Copilot is expected to call this tool once and reuse the result.
Example output
| Field | Description |
|---|---|
user_id | The admin user's id |
email | The admin user's email address |
firstname | The admin user's first name |
lastname | The admin user's last name |