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

# List Board Members

> List members of a Trello board.

**List Board Members** retrieves the people who belong to one Trello board.

## Inputs

| Input                   | Type           | Required | Description                          |
| ----------------------- | -------------- | -------- | ------------------------------------ |
| **Third-party account** | Trello account | Yes      | An account with access to the board. |
| **Board ID**            | String         | Yes      | The board whose members are listed.  |

## Outputs

| Output      | Type            | Description                     |
| ----------- | --------------- | ------------------------------- |
| **Members** | List of objects | Members of the selected board.  |
| **Count**   | Number          | The number of members returned. |

Each member exposes **ID**, **Full Name**, and **Username**.

<Tip>
  Member IDs are the safest values to pass to card actions when two people have
  the same full name.
</Tip>
