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:
[ "5ef5a47b-b2b8-4495-9b8f-b5a5bd3c34c0", "6dad73c8-f5c1-458c-a2af-a250d080a34f" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.