-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Summary
The SDK is missing the ability to list members of a team.
Core API endpoint
GET /teams/{id}/members- List all users belonging to a team
Method to add
class TeamsResource:
def list_members(
self,
team_id: UUID,
limit: int = 20,
offset: int = 0
) -> PaginatedResponse[User]:
"""List all members of a team."""Use case
Team management - seeing who belongs to a team.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers