PUT api/Groups/{id}/contacts
Append one or more static Contacts to a group
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:
[ "a69035b7-3d44-48ab-b0e7-c8a1f9e4998e", "546c0b7f-50b9-4308-a8e9-0990dcdc0664" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.