get_organization_members
Retrieve organization members from a Trello workspace. Identify who belongs to a team for effective access management and collaboration.
Instructions
Get members of an organization. Use this to see who belongs to a workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| maxItems | No | Maximum number of items to return for list operations. Helps reduce response size for large datasets | |
| summarize | No | Return summary information instead of full data for list operations (e.g., '50 cards' instead of full card array) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) | |
| organizationId | Yes | ID of the organization |