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:
[ "d8b091f7-2f7c-4b25-98bd-633980197ee6", "74c76dd6-63f6-4d6e-b88a-16258abda719" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.