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 Listing Account Roles #197

Closed phily245 closed 3 years ago

phily245 commented 3 years ago

I would like to be able to list account roles via the SDK so I can select a role and use the ID to create an account member.

This is documented at https://api.cloudflare.com/#account-roles-properties

I'll raise a PR for this.