Customers
AddGroupToCustomer
Adds a group membership to a customer.
The customer is identified by the customer_id value and the customer group is identified by the group_id value.
put/v2/customers/{customer_id}/groups/{group_id}
Path parameters
customer_idstring required
The ID of the customer to add to a group.
group_idstring required
The ID of the customer group to add the customer to.
Response
Success
Example response
{}