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:
[ "fcca47f5-65cf-4dad-bdf6-26434d0f8005", "5cfa8c39-b5f5-4b2e-a52c-a6e3cbd1034e" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.