Required. The resource name of the Organization to move the billing account under. Must be of the formorganizations/{organization_id}.
name
string
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 must be empty.
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 parent organization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edestinationParent\u003c/code\u003e and \u003ccode\u003ename\u003c/code\u003e parameters are required to specify the target organization and the billing account to be moved, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when moving a billing account.\u003c/p\u003e\n"],["\u003cp\u003eA successful request will return the updated \u003ccode\u003eBillingAccount\u003c/code\u003e details in the response body.\u003c/p\u003e\n"],["\u003cp\u003eSpecific OAuth scopes (\u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-billing\u003c/code\u003e) are needed for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.billingAccounts.move\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\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`GET https://cloudbilling.googleapis.com/v1/{destinationParent=organizations/*}/{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 must be empty.\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/)."]]