Popl Documentation
  • Popl Documentation
  • Integrations
    • Syncing Members from Azure Active Directory (Entra ID)
      • Entra ID (Azure) - Auto Sync™
      • Entra ID (Azure) - Permissions
    • Syncing Members from Google Workspace
      • Google Workspace - Auto Sync™
      • Google Workspace - Permissions
    • Syncing Members from Workday
      • Workday - Auto Sync™
      • Workday - Permissions
    • Salesforce Integration
      • Salesforce - Lead/Contact Sync Logic
    • HubSpot Integration
      • How to Uninstall HubSpot
    • HubSpot Integration (Legacy)
      • HubSpot - Contact Sync Logic (Legacy)
    • Dynamics 365 Sales Integration
    • Outlook Contact Sync - Full Team Integration
    • Outlook Contact Sync - Individual Member Integration
    • Zoho Integration
    • Monday Integration
    • Pipedrive Integration
    • Pardot Integration
    • Chili Piper Integration
    • Zapier Integration
    • VinSolutions Integration
    • Marketo Integration
    • Badge Kit Integration
  • SSO (SAML 2.0)
    • Azure SAML
    • Okta SAML
    • SCIM Provisioning
  • Email Signatures
    • Microsoft Outlook Email Signature Add-In
  • Members
    • Create New Member
    • Update Member
    • Update Template Links
    • Get Members
    • Remove Member
  • Leads/Contacts
    • Get Last Lead
    • Get Leads by Time Period
    • Delete Lead
  • Analytics
    • Get Analytics
    • Get Views
Powered by GitBook
On this page
  1. Members

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"
            },
        ]
    }
}

PreviousUpdate Template LinksNextRemove Member

Last updated 8 months ago