Auth. HMAC v1 or bearer token — see Authentication.
Status. Live · Idempotent: Effectively yes — adding the same address twice is a no-op.
1006.
Request
POST /api/v1/chats/{id}/participants
Response
Path parameters
Chat identifier (
ch_…).Body
E.164 phone number or email address to add to the group.
handle is accepted as an alias.Response fields
The chat the participant was added to.
The address that was added (echoed back, normalized).
Full participant roster after the add.
Errors
| Code | HTTP | When |
|---|---|---|
1001 | 400 | address missing. |
1006 | 400 | Chat is a direct message — participants endpoint only applies to groups. |
2002 | 404 | Chat not found. |
4001 | 502 | Delivery failed (add participant was rejected). |
4099 | 422 | Group is missing its chat key or has no pinned line. |

