WhatsApp Business Cloud API - Groups Participants API | Developer Documentation
WhatsApp Business Cloud API - Groups Participants API
Copy for LLM
Version
The Groups API gives you simple functions to control groups through their lifecycle.
When you create a new group, an invite link is created for inviting participants to the group.
Since you cannot manually add participants to the group, simply send a message with your invite link to WhatsApp users who you would like to join the group.
Base
Select language
Endpoints
POST /{Version}/{group_id}/participants
Request Syntax
Select language
curl--requestPOST \--url'https://graph.facebook.com/{Version}/{group_id}/participants'\--header'Authorization: Bearer <Token>'\--header'Content-Type: application/json'\--data'{}'
Authentication
Scheme
Type
Location
curl--requestPOST \--url'https://graph.facebook.com/{Version}/{group_id}/participants'\--header'Authorization: Bearer <Token>'\--header'Content-Type: application/json'\--data'{}'
DELETE /{Version}/{group_id}/participants
Request Syntax
curl--requestDELETE \--url'https://graph.facebook.com/{Version}/{group_id}/participants'\--header'Authorization: Bearer <Token>'\--header'Content-Type: application/json'\--data'{}'
curl--requestDELETE \--url'https://graph.facebook.com/{Version}/{group_id}/participants'\--header'Authorization: Bearer <Token>'\--header'Content-Type: application/json'\--data'{}'
Authentication
HTTP Bearer |
Header:
AuthorizationUsage Examples
bearerAuth:
Include
Authorization: Bearer your-token-here in request headersGlobal Authentication Requirements
All endpoints require:
bearerAuth