Download OpenAPI specification:Download
The token endpoint is used by the client to obtain an access token by presenting an authorization grant.
OK
Default error response
{- "grant_type": "client_credentials",
- "client_id": "my-client-id",
- "client_secret": "my-client-secret"
}
{- "access_token": "my-access-token",
- "token_type": "Bearer",
- "expires_in": 3600
}
Lists organizations. The order is unspecified but deterministic. Newly created organizations will not necessarily be added to the end of the list.
OK
Default error response
{- "organizations": [
- {
- "name": "organizations/identitii",
- "display_name": "Identitii"
}
], - "next_page_token": "string"
}
Gets an organization. Returns NOT_FOUND if the organization does not exist.
OK
Default error response
{- "name": "organizations/identitii",
- "display_name": "Identitii"
}
Updates an organization. Returns INVALID_ARGUMENT if the name of the organization is non-empty and does not equal the existing name.
OK
Default error response
{- "name": "organizations/identitii",
- "display_name": "Identitii"
}
{- "name": "organizations/identitii",
- "display_name": "Identitii"
}
Lists teams in an organization. The order is unspecified but deterministic. Newly created teams will not necessarily be added to the end of the list. Returns NOT_FOUND if the organization does not exist.
OK
Default error response
{- "teams": [
- {
- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
], - "next_page_token": "string"
}
Creates a team, and returns the new team.
OK
Default error response
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
Gets a team. Returns NOT_FOUND if the team does not exist.
OK
Default error response
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
Deletes a team. Returns NOT_FOUND if the team does not exist.
OK
Default error response
{- "code": 0,
- "message": "string",
- "details": [
- {
- "@type": "string"
}
]
}
Updates a team. Returns INVALID_ARGUMENT if the name of the team is non-empty and does not equal the existing name.
OK
Default error response
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
Lists RFIs. The order is unspecified but deterministic. Newly created RFIs will not necessarily be added to the end of the list.
OK
Default error response
{- "rfis": [
- {
- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- null
], - "recipients": [
- null
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- null
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- null
], - "recipients": [
- null
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- null
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": null,
- "label": null,
- "description": null
}
]
}
]
}
}
], - "next_page_token": "string"
}
Creates an RFI, and returns the new RFI.
OK
Default error response
{- "name": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}
}
{- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": "string",
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}
}
]
}
]
}
}
Gets an RFI. Returns NOT_FOUND if the RFI does not exist.
OK
Default error response
{- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": "string",
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}
}
]
}
]
}
}
Updates an RFI. Returns INVALID_ARGUMENT if the name of the RFI is non-empty and does not equal the existing name.
OK
Default error response
{- "name": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}
}
{- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": "string",
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}
}
]
}
]
}
}
Rejects an RFI. This functionality can used by the current assignee of an RFI to indicate that they cannot provide a response to this RFI.
OK
Default error response
{- "name": "string",
- "comment": "string"
}
{- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": "string",
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}
}
]
}
]
}
}
Responds to an RFI.
OK
Default error response
{- "name": "string",
- "responses": {
- "property1": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}, - "property2": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}
{- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": "string",
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}
}
]
}
]
}
}
Revokes an RFI. This functionality can used by the broker of an RFI to indicate that a response to this RFI is no longer required.
OK
Default error response
{- "name": "string",
- "comment": "string"
}
{- "name": "string",
- "uid": "string",
- "creator": {
- "organization": "string",
- "team": "string"
}, - "broker": {
- "organization": "string",
- "team": "string"
}, - "current_assignee": {
- "organization": "string",
- "team": "string"
}, - "initial_assignee": {
- "organization": "string",
- "team": "string"
}, - "input": {
- "schema": "string",
- "value": "string"
}, - "create_time": "2019-08-24T14:15:22Z",
- "update_time": "2019-08-24T14:15:22Z",
- "expire_time": "2019-08-24T14:15:22Z",
- "status": "STATUS_UNSPECIFIED",
- "fields": {
- "property1": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}, - "property2": {
- "review_status": "FIELD_REVIEW_STATUS_UNSPECIFIED",
- "response": {
- "address": {
- "revision": 0,
- "region_code": "string",
- "language_code": "string",
- "postal_code": "string",
- "sorting_code": "string",
- "administrative_area": "string",
- "locality": "string",
- "sublocality": "string",
- "address_lines": [
- "string"
], - "recipients": [
- "string"
], - "organization": "string"
}, - "date": "2019-08-24",
- "multi_file": {
- "file_ids": [
- "string"
]
}, - "text": "string"
}
}
}, - "display_metadata": {
- "instructions": {
- "text": "string",
- "language_code": "string"
}, - "groups": [
- {
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}, - "fields": [
- {
- "key": "string",
- "label": {
- "text": "string",
- "language_code": "string"
}, - "description": {
- "text": "string",
- "language_code": "string"
}
}
]
}
]
}
}
Lists data sharing agreements. The order is unspecified but deterministic. Newly created agreements will not necessarily be added to the end of the list.
OK
Default error response
{- "data_sharing_agreements": [
- {
- "name": "dataSharingAgreements/test-agreement",
- "uid": "1c2568b0-d648-4b15-9fd4-1761f2442dbd",
- "display_name": "Test Agreement",
- "controller": {
- "team": "organizations/test-org/teams/team-1"
}, - "processor": {
- "team": "organizations/test-org/teams/team-2"
}
}
], - "next_page_token": "string"
}
Creates a data sharing agreement, and returns the new agreement.
OK
Default error response
{- "name": "dataSharingAgreements/test-agreement",
- "uid": "1c2568b0-d648-4b15-9fd4-1761f2442dbd",
- "display_name": "Test Agreement",
- "controller": {
- "team": "organizations/test-org/teams/team-1"
}, - "processor": {
- "team": "organizations/test-org/teams/team-2"
}
}
{- "name": "dataSharingAgreements/test-agreement",
- "uid": "1c2568b0-d648-4b15-9fd4-1761f2442dbd",
- "display_name": "Test Agreement",
- "controller": {
- "team": "organizations/test-org/teams/team-1"
}, - "processor": {
- "team": "organizations/test-org/teams/team-2"
}
}
Gets a data sharing agreement. Returns NOT_FOUND if the agreement does not exist.
OK
Default error response
{- "name": "dataSharingAgreements/test-agreement",
- "uid": "1c2568b0-d648-4b15-9fd4-1761f2442dbd",
- "display_name": "Test Agreement",
- "controller": {
- "team": "organizations/test-org/teams/team-1"
}, - "processor": {
- "team": "organizations/test-org/teams/team-2"
}
}
Deletes a data sharing agreement. Returns NOT_FOUND if the agreement does not exist.
OK
Default error response
{- "code": 0,
- "message": "string",
- "details": [
- {
- "@type": "string"
}
]
}
Updates a data sharing agreement. Returns INVALID_ARGUMENT if the name of the agreement is non-empty and does not equal the existing name.
OK
Default error response
{- "name": "dataSharingAgreements/test-agreement",
- "uid": "1c2568b0-d648-4b15-9fd4-1761f2442dbd",
- "display_name": "Test Agreement",
- "controller": {
- "team": "organizations/test-org/teams/team-1"
}, - "processor": {
- "team": "organizations/test-org/teams/team-2"
}
}
{- "name": "dataSharingAgreements/test-agreement",
- "uid": "1c2568b0-d648-4b15-9fd4-1761f2442dbd",
- "display_name": "Test Agreement",
- "controller": {
- "team": "organizations/test-org/teams/team-1"
}, - "processor": {
- "team": "organizations/test-org/teams/team-2"
}
}
Lists workflows. The order is unspecified but deterministic. Newly created workflows will not necessarily be added to the end of the list.
OK
Default error response
{- "workflows": [
- {
- "name": "string",
- "uid": "string",
- "display_name": "string"
}
], - "next_page_token": "string"
}
Gets a workflow. Returns NOT_FOUND if the workflow does not exist.
OK
Default error response
{- "name": "string",
- "uid": "string",
- "display_name": "string"
}
OK
Default error response
{- "workflow_executions": [
- {
- "name": "string",
- "uid": "string",
- "input": {
- "schema": "string",
- "value": "string"
}
}
], - "next_page_token": "string"
}
Creates a workflow execution, and returns the new workflow execution.
OK
Default error response
{- "name": "string",
- "input": {
- "schema": "string",
- "value": "string"
}
}
{- "name": "string",
- "metadata": {
- "@type": "string"
}, - "done": true,
- "error": {
- "code": 0,
- "message": "string",
- "details": [
- {
- "@type": "string"
}
]
}, - "response": {
- "@type": "string"
}
}
Gets a workflow execution. Returns NOT_FOUND if the workflow execution does not exist.
OK
Default error response
{- "name": "string",
- "uid": "string",
- "input": {
- "schema": "string",
- "value": "string"
}
}
Queries a workflow execution.
OK
Default error response
{- "name": "string",
- "query": {
- "name": "string",
- "input": {
- "schema": "string",
- "value": "string"
}
}
}
{- "result": {
- "schema": "string",
- "value": "string"
}
}
Signals a running workflow execution.
OK
Default error response
{- "name": "string",
- "signal": {
- "name": "string",
- "input": {
- "schema": "string",
- "value": "string"
}
}, - "request_id": "string"
}
{ }
Lists teams in an organization. The order is unspecified but deterministic. Newly created teams will not necessarily be added to the end of the list. Returns NOT_FOUND if the organization does not exist.
OK
Default error response
{- "teams": [
- {
- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
], - "next_page_token": "string"
}
Creates a team, and returns the new team.
OK
Default error response
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
Gets a team. Returns NOT_FOUND if the team does not exist.
OK
Default error response
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
Deletes a team. Returns NOT_FOUND if the team does not exist.
OK
Default error response
{- "code": 0,
- "message": "string",
- "details": [
- {
- "@type": "string"
}
]
}
Updates a team. Returns INVALID_ARGUMENT if the name of the team is non-empty and does not equal the existing name.
OK
Default error response
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}
{- "name": "organizations/test-org",
- "uid": "735a71e4-d33d-4415-a243-e19dea52ed1f",
- "display_name": "Test Organization"
}