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:
[ "fd200cdb-d3e0-4812-aae1-c9d7b4e92f4e", "5d8df68a-6b34-4d90-b914-1428d104a82f" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.