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:
[ "5e4471d0-7fac-42e9-912f-a919f312e821", "0f8510be-e2d1-4f20-a57b-074207f192b4" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.