Skip to content

Add Team members list method #21

@evanvolgas

Description

@evanvolgas

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions