Overview

Namespaces

  • Cloudflare
    • Organizations
      • Firewall
        • AccessRules
    • User
      • Billing
        • Subscriptions
      • Firewall
    • Zone
      • Firewall
      • SSL
      • WAF
        • Packages

Classes

  • Billing
  • Invites
  • Organizations
  • Virtual_Dns
  • Overview
  • Namespace
  • Class

Class Organizations

CloudFlare API wrapper

Organizations

Cloudflare\Api
Extended by Cloudflare\User\Organizations
Namespace: Cloudflare\User
Author: James Bell james@james-bell.co.uk
Version: 1
Located at CloudFlare/User/Organizations.php
Methods summary
public
# organizations( string|null $status = null, string|null $name = null, integer|null $page = null, integer|null $per_page = null, string|null $order = null, string|null $direction = null, string|null $match = null )

List organizations (permission needed: #organizations:read) List organizations the user is associated with

List organizations (permission needed: #organizations:read) List organizations the user is associated with

Parameters

$status
Whether or not the user is a member of the organization or has an inivitation pending
$name
Organization Name
$page
Page number of paginated results
$per_page
Number of organizations per page
$order
Field to order organizations by
$direction
Direction to order organizations
$match
Whether to match all search requirements or at least one (any)
public
# details( string $identifier )

Organization details (permission needed: #organizations:read) Get a specific organization the user is associated with

Organization details (permission needed: #organizations:read) Get a specific organization the user is associated with

Parameters

$identifier
public
# leave( string $identifier )

Leave organization (permission needed: #organizations:edit) Remove association to an organization

Leave organization (permission needed: #organizations:edit) Remove association to an organization

Parameters

$identifier
Methods inherited from Cloudflare\Api
__construct(), delete(), get(), patch(), permissions(), post(), put(), request(), setAuthKey(), setCurlOption(), setEmail()
Properties summary
protected array $permission_level

Default permissions level

Default permissions level

# ['read' => '#organizations:read', 'edit' => '#organizations:edit']
Properties inherited from Cloudflare\Api
$auth_key, $curl_options, $email
API documentation generated by ApiGen