MoveManagerLinkRequest Stay organized with collections Save and categorize content based on your preferences.
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 the previous_customer_manager_link, and the resource name of the new_manager customer.
An optional validate_only field allows the request to be validated without execution, returning only errors.
Required. The ID of the client customer that is being moved.
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}
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}"
validate_only
bool
If true, the request is validated but not executed. Only errors are returned, not results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-14 UTC."],[],[]]