PUT /v2/customers/{customer_id}/groups/{group_id}
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.
Servers
- https://connect.squareup.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
customer_id |
String | Yes |
The ID of the customer to add to a group. |
group_id |
String | Yes |
The ID of the customer group to add the customer to. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.