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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;member_ids&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}