<style>.page-header{margin:0 auto;font-family: Segoe UI Semibold;font-size: 10px;}.page-footer{margin-left: 50px;font-family:Segoe UI;font-size:9px}h1{font-size:28px}h2{font-size:26px}h3{font-size:23px}h4{font-size:22px}h5{font-size:20px}table{width:100%}#object-description{margin-top:-10px;margin-bottom:0px;}</style>

# `GetAudienceMembers()`

Retrieve Audience Members from Mailchimp


## Syntax

```pascal
GetAudienceMembers(audience: Record "bdev.Mailchimp Audience", subProcess: Boolean)
```

## Parameters

*audience*<br/>
&emsp;Type: Record  "bdev.Mailchimp Audience"<br/>

"bdev.Mailchimp Audience"

*subProcess*<br/>
&emsp;Type: Boolean <br/>

True, if it's called inside a Mailchimp process (e.g. GetAudienceLists)


