PHP Class CloudFlare\Organizations

Organizations
Author: James Bell ([email protected])
Inheritance: extends Api
Show file Open project: jamesryanbell/cloudflare

Public Methods

Method Description
organization ( string $identifier ) Organization details (permission needed: #organization:read) Get information about a specific organization that you are a member of
update ( string | null $identifier = null, string | null $name = null ) Update organization (permission needed: #organization:edit) Update an existing Organization

Method Details

organization() public method

Organization details (permission needed: #organization:read) Get information about a specific organization that you are a member of
public organization ( string $identifier )
$identifier string

update() public method

Update organization (permission needed: #organization:edit) Update an existing Organization
public update ( string | null $identifier = null, string | null $name = null )
$identifier string | null
$name string | null Organization Name