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

Parameters

ParameterDescription
QueryThe search query.

Example Output

[    {        "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
Workflow LibraryPreview this Workflow on desktop