> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

Search for cards, boards, members and organizations using a custom query field.

To find specific information for the specified fields, you simply need to write the title of the field you are looking for.

## Parameters

<div className="integrations-table">
  | Parameter | Description       |
  | --------- | ----------------- |
  | Query     | The search query. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"aaEmail": "email",
		"aaEnrolledDate": "string",
		"aaId": "string",
		"activityBlocked": false,
		"avatarHash": "fc8faaaee46666a4eb8b626c08933e16",
		"avatarSource": "gravatar",
		"avatarUrl": "https://trello-avatars.s3.amazonaws.com/fc8faaaee46666a4eb8b626c08933e16",
		"bio": "👋 I'm a developer advocate at Trello!",
		"bioData": {
			"emoji": {}
		},
		"confirmed": true,
		"email": "bcook@atlassian.com",
		"fullName": "Bentley Cook",
		"gravatarHash": "0a1e804f6e35a65ae5e1f7ef4c92471c",
		"id": "5abbe4b7ddc1b351ef961414",
		"idBoards": [
			"5abbe4b7ddc1b351ef961414"
		],
		"idBoardsPinned": [
			"5abbe4b7ddc1b351ef961414"
		],
		"idEnterprise": "5abbe4b7ddc1b351ef961414",
		"idEnterprisesAdmin": [
			"5abbe4b7ddc1b351ef961414"
		],
		"idEnterprisesDeactivated": [
			"string"
		],
		"idMemberReferrer": "5abbe4b7ddc1b351ef961414",
		"idOrganizations": [
			"5abbe4b7ddc1b351ef961414"
		],
		"idPremOrgsAdmin": [
			"5abbe4b7ddc1b351ef961414"
		],
		"initials": "BC",
		"isAaMastered": false,
		"ixUpdate": "48427",
		"limits": {
			"disableAt": 36000,
			"status": "string",
			"warnAt": 32400
		},
		"loginTypes": [
			"password"
		],
		"marketingOptIn": {
			"date": "2018-04-26T17:03:25.155Z",
			"optedIn": false
		},
		"memberType": "normal",
		"messagesDismissed": {
			"_id": "5abbe4b7ddc1b351ef961414",
			"count": 4,
			"lastDismissed": "2019-03-11T20:19:46.809Z",
			"name": "ad-security-features"
		},
		"nonPublic": {},
		"nonPublicAvailable": false,
		"oneTimeMessagesDismissed": [
			"string"
		],
		"prefs": {
			"colorBlind": true,
			"locale": "en-AU",
			"minutesBeforeDeadlineToNotify": 1440,
			"minutesBetweenSummaries": 60,
			"privacy": {
				"avatar": "public",
				"fullName": "public"
			},
			"sendSummaries": true,
			"timezone": "America/Chicago",
			"timezoneInfo": {
				"dateNext": "2020-03-08T08:00:00.000Z",
				"offsetCurrent": 360,
				"offsetNext": 300,
				"timezoneCurrent": "CST",
				"timezoneNext": "CDT"
			},
			"twoFactor": {
				"enabled": true,
				"needsNewBackups": false
			}
		},
		"premiumFeatures": [
			"string"
		],
		"products": [
			0
		],
		"status": "disconnected",
		"trophies": [
			"string"
		],
		"uploadedAvatarHash": "dac3ad49ff117829dd63a79bb2ea3426",
		"uploadedAvatarUrl": "https://trello-avatars.s3.amazonaws.com/dac3ad49ff117829dd63a79bb2ea3426",
		"url": "https://trello.com/bentleycook",
		"username": "bentleycook"
	}
]
```

## Workflow Library Example

[Search with Trello and Send Results Via Email](https://library.blinkops.com/workflows/search-with-trello-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-with-trello-and-send-results-via-email/canvas" />
</div>
