gitpod.v1.OrganizationService

GetTermsOfServiceAcceptancesExport

Returns a signed download URL for a CSV export of per-member acceptance of a Terms of Service version.

post/gitpod.v1.OrganizationService/GetTermsOfServiceAcceptancesExport

Request body

organizationIdstring uuid required
versioninteger

version is the Terms of Service version to export acceptance against. Required to keep the export bounded to a single version.

Response

Success

downloadUrlstring

Signed download URL for the CSV export. Short-lived (5 minutes).

Changes