trello_get_member
Retrieve a Trello member's details, including boards and profile information, by providing their ID or username.
Instructions
Get details about a specific Trello member/user, including their boards and profile information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| memberId | Yes | ID or username of the member to retrieve (use "me" for current user) | |
| fields | No | Optional: specific fields to include (e.g., ["fullName", "username", "bio", "url"]) | |
| boards | No | Include member's boards in response | open |
| organizations | No | Include member's organizations in response | all |