---
title: "POST /v23/customers/{+customerId}/customerManagerLinks:moveManagerLink"
method: POST
path: "/v23/customers/{+customerId}/customerManagerLinks:moveManagerLink"
tags: ["customers"]
---

# POST /v23/customers/{+customerId}/customerManagerLinks:moveManagerLink

`POST /v23/customers/{+customerId}/customerManagerLinks:moveManagerLink`

Moves a client customer to a new manager customer. This simplifies the complex request that requires two operations to move a client customer to a new manager, for example: 1. Update operation with Status INACTIVE (previous manager) and, 2. Update operation with Status ACTIVE (new manager). List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()

## Path parameters

- `customerId` string, required

## Request body

- GoogleAdsSearchads360V23ServicesMoveManagerLinkRequest — Request message for CustomerManagerLinkService.MoveManagerLink.
  - `validateOnly` boolean — If true, the request is validated but not executed. Only errors are returned, not results.
  - `newManager` string — Required. The resource name of the new manager customer that the client wants to move to. Customer resource names have the format: "customers/{customer_id}"
  - `previousCustomerManagerLink` string — Required. The resource name of the previous CustomerManagerLink. The resource name has the form: `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/searchads360.md) · [All operations](https://skmtc.net/google/apis/searchads360/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/searchads360/revisions/40d087435afd/schema)
