get_user
Fetch a user's complete profile by providing their ID. For lookup by email or other criteria, use the search tool with type:user.
Instructions
Fetch one user by ID with full profile details. Scope-gated (config_plus_audits or full). For lookup by email or other criteria, use search with type:user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID | |
| instance | No | Override the sticky instance for this call |