v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.OrganizationService

ListTermsOfServiceAcceptances

Lists per-member acceptance of a Terms of Service version.

Use this method to:

  • See which members have accepted a given version
  • Find members still pending acceptance for a given version

Examples

  • List acceptances for version 2:

    organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    version: 2
    pagination:
      pageSize: 50
    
post/gitpod.v1.OrganizationService/ListTermsOfServiceAcceptances

Query parameters

pageSizeinteger
tokenstring

Request body

organizationIdstring uuid required
versioninteger

version is the Terms of Service version to evaluate acceptance against. Required to keep the result set bounded to a single version.

Response

Success