[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[],[],null,["# REST Resource: accounts\n\n- [Resource: Account](#Account)\n - [JSON representation](#Account.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Account\n-----------------\n\nRepresents a Google Tag Manager Account.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------|\n| ``` { \"accountId\": string, \"name\": string, \"shareData\": boolean, \"fingerprint\": string } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| `accountId` | `string` The Account ID uniquely identifies the GTM Account. |\n| `name` | `string` Account display name. |\n| `shareData` | `boolean` Whether the account shares data anonymously with Google and others. |\n| `fingerprint` | `string` The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|---------------------------------------------------|\n| ### [get](/tag-platform/tag-manager/api/reference/rest/v1/accounts/get) | Gets a GTM Account. |\n| ### [list](/tag-platform/tag-manager/api/reference/rest/v1/accounts/list) | Lists all GTM Accounts that a user has access to. |\n| ### [update](/tag-platform/tag-manager/api/reference/rest/v1/accounts/update) | Updates a GTM Account. |"]]