AI-generated Key Takeaways
-
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 thecustomer_client
to be created. -
Optional fields like
access_role
andemail_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 | |
---|---|
|
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. |