Retail Documentation
  1. Communities
Retail Documentation
  • Events
    • Register For Events
      POST
  • NewsLetters
    • Get All Subcribers
      GET
    • Add New Subcribers
      POST
    • Send Mails To Subscribers
      POST
  • Stores
    • Get All Stores
      GET
    • Update Store
      PUT
    • Delete Store
      DELETE
    • Get Specific Store
      GET
    • Search Store
      POST
    • Add A New Store
      POST
  • Gives / Dontation
    • Get All Gives
      GET
    • Add A Give
      POST
  • Payment Gateway
    • Make Payment
      POST
  • Blog
    • Get All Blogs
      GET
    • Update Blog
      PUT
    • Get A Specific Blog
      GET
    • Delete Blog
      DELETE
    • Create New Blog
      POST
  • Admin
    • Admin Login
      POST
    • Admin Signup
      POST
    • Logout
      GET
  • Communities
    • Join Our Comunities
      POST
    • List of Users In Our Communities
      GET
  • Praise Report Form
    • Insert New Praise Form
    • Get All Praise Report Form
  • Welcome Section
    GET
  • Contact Us
    POST
  1. Communities

List of Users In Our Communities

GET
/communities

Request

None

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/communities'
Response Response Example
{
    "message": "QUERY_SUCCESS",
    "status": true,
    "count": 4,
    "query": [
        {
            "_id": "62db96600ffa967ad5a709ef",
            "fullName": "Abdullah Yahaya",
            "email": "abdullahyahaya46@gmail.com",
            "phone": "08089887623",
            "dob": "2039-09-22",
            "gender": "M",
            "__v": 0
        },
        {
            "_id": "62db99478b4e9b73bf26474a",
            "fullName": "Abdullah Yahaya",
            "email": "abdullahyahaya46@gmail.com",
            "phone": "08089887623",
            "dob": "2039-09-22",
            "gender": "M",
            "__v": 0
        },
        {
            "_id": "62db9978127e270491bb1b40",
            "fullName": "Abdullah Yahaya",
            "email": "abdullahyahaya46@gmail.com",
            "phone": "08089887623",
            "dob": "2039-09-22",
            "gender": "M",
            "__v": 0
        },
        {
            "_id": "62db9a4bbb49ace895b1c83c",
            "fullName": "Abdullah Yahaya",
            "email": "abdullahyahaya46@gmail.com",
            "phone": "08089887623",
            "dob": "2039-09-22",
            "gender": "M",
            "__v": 0
        }
    ]
}
Modified at 2026-03-12 11:22:01
Previous
Join Our Comunities
Next
Insert New Praise Form
Built with