resourcemanager.organizations.get.
External DocumentationTo learn more, visit the GCP documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
resourcemanager.organizations.get.
| Parameter | Description |
|---|---|
| Query | Optional. An optional query string used to filter the Organizations to return in the response. Query rules are case-insensitive. Organizations may be queried by directoryCustomerId or by domain, where the domain is a G Suite domain, for example: * Query directorycustomerid:123456789 returns Organization resources with owner.directory_customer_id equal to 123456789. * Query domain:google.com returns Organization resources corresponding to the domain google.com. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Parameter | Description |
|---|---|
| Page Size | Optional. The maximum number of organizations to return in the response. The server can return fewer organizations than requested. If unspecified, server picks an appropriate default. |
{
"organizations": [
{
"name": "organizations/12345678910",
"displayName": "example.com",
"directoryCustomerId": "C022upqx2",
"state": "ACTIVE",
"createTime": "2021-02-28T03:43:59.019Z",
"updateTime": "2021-02-28T03:43:59.795Z",
"etag": "h1pjxpNSZHoVUXHcowwzdg=="
}
]
}
Was this page helpful?