Get Members

Use Popl APIs to view member information

List Members - GET /api/pub/members/listMembers

Description: Gets all members within main team

Parameters: None

GET https://api.popl.co/api/pub/members/listMembers

{
    "message": "Success",
    "data": {
        "teamMembers": [
            {
                "memberId": 37,
                "email": "n.eischens28@gmail.com",
                "name": "Nick Eischens",
                "jobTitle": "COO"
            },
            {
                "memberId": 2138,
                "email": "zoe@popl.co",
                "name": "Zoë Martine",
                "jobTitle": "Account Executive"
            },
        ]
    }
}

Last updated