Add contact group members
POST {{baseUrl}}/contacts/groups/:groupId/members
Use this API to add members to a contact group .
Prerequisite : Pro or higher account.
Scopes:
contact_group:write:admin
Rate Limit Label
:
Heavy
Request Body
{"group_members"=>[{"type"=>2, "id"=>"<string>"}, {"type"=>1, "id"=>"<string>"}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"member_ids":["\u003cstring\u003e","\u003cstring\u003e"]}