List pending join requests in groups with manual approval
Auth:Documentation Index
Fetch the complete documentation index at: https://docs.ryzeapi.cloud/llms.txt
Use this file to discover all available pages before exploring further.
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
requireAdminApproval=true. Only admins of the group can view this queue. To accept or reject, use POST /participants with action=approve or action=reject.
120363406289005073@g.us. Each entry carries the LID and (when available) the phone number of who asked to join.
requests[], with meta.total reporting its size. Each entry carries the jid in LID format (@lid, to preserve the requester’s privacy) and, when available, the corresponding phoneNumber. Use these identifiers in /participants with action=approve or action=reject to resolve each request.
TokenAccount or TokenInstance.jid comes in LID format (@lid) to preserve the requester’s privacy, in some cases phoneNumber may come as null./participants.| HTTP | Message |
|---|---|
| 400 | Identifier is required |
| 403 | Not authorized to view group requests (must be admin) |
| 404 | Group not found or you are not a member of this group |
action=approve or action=reject on /api/group/participants.requireAdminApproval.