MoveManagerLinkRequest Stay organized with collections Save and categorize content based on your preferences.
Page Summary
The request message for
CustomerManagerLinkService.MoveManagerLinkis used to move a client customer from one manager account to another.The request requires the
customer_idof the client being moved, the resource name of theprevious_customer_manager_link, and the resource name of thenew_manager.An optional
validate_onlyfield allows for validation of the request without execution.
Request message forCustomerManagerLinkService.MoveManagerLink.
| Fields | |
|---|---|
|
Required. The ID of the client customer that is being moved. |
|
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}" |
|
Required. The resource name of the previous CustomerManagerLink. The resource name has the form: |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-12 UTC.