cloudflare / cloudflare-php

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

Add Support For Account Member Creation #187

Closed phily245 closed 3 years ago

phily245 commented 3 years ago

On the tenant API we have to create account members as the second step in provisioning zones.

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

I'll raise a PR for this.