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:
[ "95a66ca1-08e0-49f5-9181-472a37db0300", "1f0dff46-041f-47f6-9b49-48bd55d63b44" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.