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:
[ "84f959c1-cded-40e2-b8c1-866c59b67bf6", "9b2663df-f711-4e25-a6a0-1be0585bcc0a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.