Google Tag Manager · Schema

ListUserPermissionsResponse

List user permissions response.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
userPermission array All GTM UserPermissions of a GTM Account.
nextPageToken string Continuation token for fetching the next page of results.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-list-user-permissions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListUserPermissionsResponse",
  "type": "object",
  "description": "List user permissions response.",
  "properties": {
    "userPermission": {
      "type": "array",
      "description": "All GTM UserPermissions of a GTM Account."
    },
    "nextPageToken": {
      "type": "string",
      "description": "Continuation token for fetching the next page of results."
    }
  }
}