Get team members
esa_get_team_membersRetrieve all members of a specific team, including roles and profile details. Supports pagination and sorting by posts count, join date, or last accessed.
Instructions
Retrieves all members of a team with their roles and profile information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts from 1) | |
| sort | No | Sort criteria | |
| order | No | Sort order | |
| perPage | No | Number of items per page | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. |