POST api/Groups/{id}/contacts
Assign one or more static Contacts to a group. This endpoint replaces existing linked Contacts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
The list of Contact ids in the body of the request.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c4b8a3e3-acf4-4263-832f-239a150eda88", "fd3d41d0-597a-49c5-8388-928b3c659b9d" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.