Searches organization resources that are visible to the user and satisfy the specified filter. This method returns organizations in an unspecified order. New organizations do not necessarily appear at the end of the results, and may take a small amount of time to appear.
Search will only return organizations on which the user has the permission resourcemanager.organizations.get
or has super admin privileges.
HTTP request
GET https://cloudresourcemanager.googleapis.com/v3/organizations:search
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters | |
---|---|
pageSize |
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. |
pageToken |
Optional. A pagination token returned from a previous call to |
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
|
Request body
The request body must be empty.
Response body
The response returned from the organizations.search
method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"organizations": [
{
object ( |
Fields | |
---|---|
organizations[] |
The list of Organizations that matched the search query, possibly paginated. |
nextPageToken |
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
https://www.googleapis.com/auth/cloudplatformorganizations
https://www.googleapis.com/auth/cloudplatformorganizations.readonly
For more information, see the Authentication Overview.