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