MoveManagerLinkRequest

  • The request message forCustomerManagerLinkService.MoveManagerLink is used to move a client customer from one manager account to another.

  • The request requires thecustomer_id of the client being moved, the resource name of theprevious_customer_manager_link, and the resource name of thenew_manager.

  • An optionalvalidate_only field allows for validation of the request without execution.

Request message forCustomerManagerLinkService.MoveManagerLink.

Proto definition

Fields

customer_id

string

Required. The ID of the client customer that is being moved.

new_manager

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}"

previous_customer_manager_link

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}

validate_only

bool

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.