Returns a list of organizations that the user has access to.
HTTP request
GET https://marketingplatformadmin.googleapis.com/v1alpha/organizations
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of organizations to return in one call. The service may return fewer than this value. If unspecified, at most 50 organizations will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous organizations.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for organizations.list RPC.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"organizations": [
{
object ( |
| Fields | |
|---|---|
organizations[] |
The Organization resource that the user has access to, which includes the org id and display name. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/marketingplatformadmin.analytics.readhttps://www.googleapis.com/auth/marketingplatformadmin.analytics.update