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:
[ "8ea194a4-7f1a-4bf2-88a3-60f108d3922c", "dcb56445-2443-4769-bed8-1beb2f8fdd1a" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.