Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk-groups/src/sdk/listMembers"

Index

Interfaces

Functions

Functions

listMembers

  • Parameters

    Returns Promise<APIErrorResponse | PaginatedGroupMemberData>

    Promise resolving to a list of members of your the group associated with the current account and access code passed in.

    On success (resolves)
    [
      {
        "firstName": "John",
        "lastName": "Doe",
        "secondLastName": "John",
        "email": "John",
        "subscriptionId": 12341234,
        "clientId": "12341234",
        "accessCode": "GHGH12GG",
        "listName": "MyList",
        "signUpEmail": "dummy@google.com"
      }
    ]
    On error (throws)
    See documentation for corresponding error codes:
    https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-sales.json#/Email+Group+Subscription+Management/getAllMembers