AI-generated Key Takeaways
-
The request message for
CustomerManagerLinkService.MoveManagerLink
is used to move a client customer from one manager account to another. -
The request requires the
customer_id
of the client being moved, the resource name of theprevious_customer_manager_link
, and the resource name of thenew_manager
. -
An optional
validate_only
field allows for validation of the request without execution.
Request message for CustomerManagerLinkService.MoveManagerLink
.
Fields | |
---|---|
|
Required. The ID of the client customer that is being moved. |
|
Required. The resource name of the previous CustomerManagerLink. The resource name has the form: |
|
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}" |
|
If true, the request is validated but not executed. Only errors are returned, not results. |