CreateCustomerClientRequest

  • This page describes the request message for CustomerService.CreateCustomerClient.

  • The required fields are customer_id and customer_client.

  • Optional fields include access_role, validate_only, and email_address.

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.