Required. The resource name of the billing account to move. Must be of the formbillingAccounts/{billing_account_id}. The specified billing account cannot be a subaccount, since a subaccount always belongs to the same organization as its parent account.
Request body
The request body contains data with the following structure:
JSON representation
{"destinationParent":string}
Fields
destinationParent
string
Required. The resource name of the Organization to move the billing account under. Must be of the formorganizations/{organization_id}.
Response body
If successful, the response body contains an instance ofBillingAccount.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis API allows you to move a billing account to a different organization using a POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires the billing account's resource name in the format \u003ccode\u003ebillingAccounts/{billing_account_id}\u003c/code\u003e and cannot be a subaccount.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include the \u003ccode\u003edestinationParent\u003c/code\u003e field, which is the resource name of the target organization in the format \u003ccode\u003eorganizations/{organization_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return a \u003ccode\u003eBillingAccount\u003c/code\u003e resource in the response body.\u003c/p\u003e\n"],["\u003cp\u003eTo use this API, you must have either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-billing\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: billingAccounts.move\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nChanges which parent organization a billing account belongs to.\n\n### HTTP request\n\n`POST https://cloudbilling.googleapis.com/v1/{name=billingAccounts/*}:move`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [BillingAccount](/billing/docs/reference/rest/v1/billingAccounts#BillingAccount).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-billing`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]