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:
[ "9aeb1ca4-2fe3-43cc-8694-f79aefb643e3", "52395123-b10c-4360-b9c7-118c3d9588c7" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.