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:
[ "ac231c82-1ac3-46e5-aaaf-5cbb484c056f", "968f4e05-a77b-458a-9dcb-707d89ffc879" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.