get | SELECT | accountsId | Lookup for a single Account. |
list | SELECT | | Returns all accounts accessible by the caller. Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found. |
delete | DELETE | accountsId | Marks target Account as soft-deleted (ie: "trashed") and returns it. This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI. If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, UserLinks) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found. |
patch | EXEC | accountsId | Updates an account. |
provisionAccountTicket | EXEC | | Requests a ticket for creating an account. |
searchChangeHistoryEvents | EXEC | accountsId | Searches through all changes to an account or its children given the specified set of filters. |