POST api/Groups/{id}/contacts
Assign one or more static Contacts to a group. This endpoint replaces existing linked Contacts
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:
[ "143cceb0-ac79-4100-962b-9ad7eee4b17e", "564d938b-e3d9-443a-91e3-7f58e61d05ac" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.