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 |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |