cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/add-participant \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "autoInvite": true, "groupId": "<string>", "phones": [ {} ] } '
Add new participants to a group
Documentation IndexFetch the complete documentation index at: https://developer.z-api.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.z-api.io/llms.txt
Use this file to discover all available pages before exploring further.
{ "autoInvite": true, "groupId": "120363019502650977-group", "phones": ["5544999999999", "5544888888888"] }
{ "value": true }