Hierarchy

  • ListContactsArgs

Properties

name?: string

Return contacts whose Name matches the string provided

page?: number

Return a specific page of contacts

perPage?: number

The number of contacts to return for each page

publicAccess?: boolean

Return contacts filtered by "Allow My ChurchSuite access"

publicVisible?: boolean

Return contacts filtered by "Allow My ChurchSuite access"

query?: string

Return contacts whose Name, Address, Job, Email, Telephone or Mobile contains the string provided

view?: "active" | "archived"

Return either archived or active uses

Generated using TypeDoc