Add community participants
Adds one or more participants to a community. Community membership is managed at the parent-group level using the same WhatsApp participant mechanism as regular groups.
Adds one or more participants to a community. Community membership is managed at the parent-group level using the same WhatsApp participant mechanism as regular groups.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Community (parent group) JID.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Participants to add to or remove from a community.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/communities/120363401234567890@g.us/participants" \ -H "Content-Type: application/json" \ -d '{ "participants": [ "5511999999999" ] }'{ "success": true, "jid": "string", "action": "string", "participants": [ {} ]}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Unblock a contact POST
Removes a contact from the WhatsApp block list of the authenticated WUTS device. Provide the target as a JID or a phone number in the body or query string.
Add group participants POST
Adds participants to a WhatsApp group. The default action is add, but an explicit action (add, remove, promote, demote) may be supplied in the body to override it. Returns the per-participant result from WUTS.