CreateCustomerClientRequest

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

  • Required fields include the customer_id of the manager and the details of the customer_client to be created.

  • Optional fields like access_role and email_address can be used to propose a user role and invite a user, respectively, but are only accessible to customers on an allow-list.

  • The validate_only field allows the request to be validated without execution, returning only errors.

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.