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": "[email protected]",
                "name": "Nick Eischens",
                "jobTitle": "COO",
                "url": "https://popl.co/card/"
            },
            {
                "memberId": 2138,
                "email": "[email protected]",
                "name": "Zoë Martine",
                "jobTitle": "Account Executive",
                "url": "https://popl.co/card/"
            },
        ]
    }
}

Last updated