CreateCustomerClientRequest

  • The request message for CustomerService.CreateCustomerClient is used to create a new client customer under a manager account.

  • Required fields for the request are customer_id and customer_client.

  • Optional fields include access_role, validate_only, and email_address.

  • The validate_only field allows for validation of the request without actual execution.

  • The access_role and email_address fields are only accessible to customers on the allow-list.

Request message for CustomerService.CreateCustomerClient.

Fields

customer_id

string

Required. The ID of the Manager under whom client customer is being created.

customer_client

Customer

Required. The new client customer to create. The resource name on this customer will be ignored.

access_role

AccessRole

The proposed role of user on the created client customer. Accessible only to customers on the allow-list.

validate_only

bool

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

email_address

string

Email address of the user who should be invited on the created client customer. Accessible only to customers on the allow-list.