MoveManagerLinkRequest

  • 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.

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

Request message for CustomerManagerLinkService.MoveManagerLink.

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

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.