Skip to main content
Unary · Teams Lists members of a team with optional pagination. Use this method to:
  • View all members of a team

Examples

  • List team members:

Authorization

Requires teammembership:read permission on the team.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.ListTeamMembersRequest

Response

gitpod.v1.ListTeamMembersResponse
CountRequest controls whether the response should include a bounded count of matching records.gitpod.v1.CountRequest
CountResponse represents a bounded count of matching records. When the actual count exceeds the counting limit, value is capped and relation is set to GREATER_THAN_OR_EQUAL.gitpod.v1.CountResponse
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
TeamMember represents a user’s membership in a team.gitpod.v1.TeamMember