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:
[ "757c0b7a-deb7-41d4-9d05-424c1fd81562", "3753653a-1d22-4c1a-ac84-c5289c8e3a67" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.