Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 260 Bytes

Usage

First, connect to the ChurchCRM API:

Connect-CCRMService -URL "https://churchcrm.yourorg.org" -UserName "yourname" -Password "yourPW!"

Then, Get a list of users

Get-CCRMPeople -searchTerm "<personSearchTerm>"