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:
[ "a4d77f9e-ed0b-498b-a9c4-aa1229f80081", "d01e53ec-e4b3-4529-a74f-8761700cba28" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.