post
https://api.lodgestory.com/api/wp-crm/groups///participants
Add up to 8 participants (per request) to a group by phone number.
A 200 does not guarantee membership. WhatsApp confirms each member asynchronously — participants appear as INVITED until confirmed JOINED (check via GET /api/wp-crm/groups/:orgId/:chatId). Users whose privacy settings block being added can only join via the invite link — share it as the reliable fallback.
Security:
- The
organisationIdin the URL must match the organisation your JWT was issued for — requests for a different organisation fail with 401. - Requires
CRM_ADMIN,ACCOUNT_OWNER, orCRM_BOTrole; other roles receive 403. - Groups are only supported on
WHATSAPP_OFFICIALchannels whose number is an Official Business Account (OBA); ineligible numbers receive 422.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad request — invalid phone numbers or more than 8
401Unauthorized
403Forbidden — role not permitted
404Group not found in your organisation
422Channel not eligible for groups
429Too many requests
