cloudflare / cloudflare-php

PHP library for the Cloudflare v4 API
BSD 3-Clause "New" or "Revised" License
621 stars 222 forks source link

Add Account Member List Support #188

Closed phily245 closed 3 years ago

phily245 commented 3 years ago

Each account can have different members assigned to them.

I would like to be able to programtically surface a list of account members through the SDK using the API endpoint which is documented at https://api.cloudflare.com/#account-members-list-members

I'll raise a PR for this.