{ "operationId": "cloudresourcemanager.organizations.search", "method": "GET", "path": "/v3/organizations:search", "summary": "Google Cloud Platform Search Organizations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "CloudresourcemanagerOrganizationsSearch200Example", "example": { "organizations": [ { "name": "Example Title", "displayName": "example_value", "directoryCustomerId": "500123", "state": "STATE_UNSPECIFIED", "createTime": "2026-01-15T10:30:00Z", "updateTime": "2026-01-15T10:30:00Z", "deleteTime": "2026-01-15T10:30:00Z", "etag": "example_value" } ], "nextPageToken": "example_value" } }, { "status": "400", "contentType": "application/json", "name": "CloudresourcemanagerOrganizationsSearch400Example", "example": { "code": 10, "message": "example_value", "details": [ {} ] } }, { "status": "401", "contentType": "application/json", "name": "CloudresourcemanagerOrganizationsSearch401Example", "example": { "code": 10, "message": "example_value", "details": [ {} ] } } ] }