get_user
Retrieve complete user record by extension number, including the numeric Id required for updates and deletions.
Instructions
Use this when the user asks about ONE specific extension by number. Returns the complete user record including the numeric Id (needed for update_user and delete_user). Fields: Id, Number, FirstName, LastName, DisplayName, EmailAddress, Mobile, IsRegistered, CurrentProfileName, QueueStatus, Enabled, Tags. Always call this before update_user or delete_user to get the Id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extension | Yes | Extension number, e.g. '101' or '200' |