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:
[ "493ebb85-37c7-4293-a64f-abf2b18d4466", "b440301f-5930-4a5b-8207-7d0f7618448f" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.