Community member counts (for managers)
GET
/manage/communities/:id/members/countsReturn member counts grouped by role and status. Admins only.
| Auth | Login required |
|---|
Path parameters
idstringrequiredCommunity ID or slug.
Request
curl https://api.4s.link/manage/communities/ID/members/counts \-H "Authorization: Bearer 4s_at_..."
Example response
{"total": 120,"byRole": { "ADMIN": 2, "MEMBER": 118 },"byStatus": { "APPROVED": 118, "PENDING": 2 }}