Skip to main content
Unary · Organizations Lists and filters organization members with optional pagination. Use this method to:
  • View all organization members
  • Monitor member activity
  • Manage team membership

Examples

  • List active members: Retrieves active members with pagination.
  • List with pagination: Retrieves next page of members.

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.ListMembersRequest

Response

gitpod.v1.ListMembersResponse
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.ListMembersRequest.Filter
gitpod.v1.ListMembersRequest.Sort
gitpod.v1.OrganizationMember
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
LoginProviderKind identifies the provider used to authenticate an account.