Documentation Index
Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
groupId | UUID | yes | path | Group ID |
limit | integer | no | query | Page size, default 50, max 100 |
cursor | string | no | query | Opaque cursor returned by the previous page |
search | string | no | query | Case-insensitive match on member name or phone (1-100 chars) |
Success response 200
Notes
- Pass the
nextCursorvalue back ascursorto fetch the next page. Stop whenhasMoreisfalseornextCursorisnull. - Each member object includes
addedAt(when the contact joined this group).