search_users
Find users by name or unique identifier within the Pararam communication platform to identify team members and contacts.
Instructions
Search for users by name or unique name.
Args: query: Search query string (name or unique_name) limit: Maximum number of results to return (default: 20)
Returns: ToolResponse with SearchUsersPayload containing list of users including id, name, unique_name, and team memberships
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |