search_user
Find a single Carbon Voice user by email, phone, or name. Name search matches only your contacts; use email or phone for non-contacts.
Instructions
Find a single user by email, phone or name.
USE WHEN: Resolving ONE person. Supply exactly one of email, phone or name. Name search only matches your own contacts.
USE INSTEAD: search_users for several people in one call — it takes arrays and saves a round trip per person. get_user when you already have the ID.
EXAMPLE: {"email":"someone@example.com"}
RETURNS: {id, full_name, first_name, last_name?, link, image_url?, languages?, ...}. Use id wherever another tool asks for a user ID.
ERROR NOT_FOUND: Nobody matched, or a name search hit a non-contact. — Try an email or phone instead of a name; name search is limited to your contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The name of the user to search for (Only users that are part of your contacts will be returned) | |
| No | Email Address | ||
| phone | No | Phone Number |