get_user
Retrieve a complete user profile (name, email, role, organization, tags, custom fields) by providing their numeric ID. Use search to find the ID if only email or name is known.
Instructions
Fetch one user by numeric ID, returning the full profile (name, email, role, organization, tags, custom_fields). If you only have an email or name, use search with type:user email:<email> first to find the ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | User ID |