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:
[ "4e242a2b-a813-4b29-bf7f-4f7ecb507dd9", "2fd93fda-798f-4487-89b6-31a6d9afaf71" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.