Google Tag Manager · Schema

ListAccountsResponse

List Accounts Response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
account array List of GTM Accounts that a user has access to.
nextPageToken string Continuation token for fetching the next page of results.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-list-accounts-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListAccountsResponse",
  "type": "object",
  "description": "List Accounts Response.",
  "properties": {
    "account": {
      "type": "array",
      "description": "List of GTM Accounts that a user has access to."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Continuation token for fetching the next page of results."
    }
  }
}