AI-generated Key Takeaways
- 
          
The request message for
CustomerService.CreateCustomerClientis used to create a new client customer under a manager account. - 
          
Required fields include the
customer_idof the manager and the details of thecustomer_clientto be created. - 
          
Optional fields like
access_roleandemail_addresscan be used to propose a user role and invite a user, respectively, but are only accessible to customers on an allow-list. - 
          
The
validate_onlyfield allows the request to be validated without execution, returning only errors. 
Request message for CustomerService.CreateCustomerClient.
| Fields | |
|---|---|
 | 
                
                   
 Required. The ID of the Manager under whom client customer is being created.  | 
              
 | 
                
                  
                   Required. The new client customer to create. The resource name on this customer will be ignored.  | 
              
 | 
                
                  
                   The proposed role of user on the created client customer. Accessible only to customers on the allow-list.  | 
              
 | 
                
                   
 If true, the request is validated but not executed. Only errors are returned, not results.  | 
              
 | 
                
                   
 Email address of the user who should be invited on the created client customer. Accessible only to customers on the allow-list.  |