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:
[ "fce5dba2-f337-462c-b2f9-51610698860a", "46a7fcd0-fcc0-409c-9fd1-e496cb1dcf31" ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.