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:
[ "e3dae09b-5aee-4194-aa60-9c0e50536c15", "30dea715-b031-4096-b942-43510fd53875" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.