PHP Class Cloudflare\Organizations\Members

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

Public Methods

Method Description
delete_member ( string $organization_identifier, string $identifier ) Remove member (permission needed: #organization:edit) Remove a member from an organization
details ( string $organization_identifier, string $identifier ) Member details (permission needed: #organization:read) Get information about a specific member of an organization
members ( string $organization_identifier ) List members (permission needed: #organization:read) List all members of a organization
update ( string $organization_identifier, string $identifier, array $roles = null ) Update member roles (permission needed: #organization:edit) Change the Roles of an Organization's Member

Method Details

delete_member() public method

Remove member (permission needed: #organization:edit) Remove a member from an organization
public delete_member ( string $organization_identifier, string $identifier )
$organization_identifier string
$identifier string

details() public method

Member details (permission needed: #organization:read) Get information about a specific member of an organization
public details ( string $organization_identifier, string $identifier )
$organization_identifier string
$identifier string

members() public method

List members (permission needed: #organization:read) List all members of a organization
public members ( string $organization_identifier )
$organization_identifier string

update() public method

Update member roles (permission needed: #organization:edit) Change the Roles of an Organization's Member
public update ( string $organization_identifier, string $identifier, array $roles = null )
$organization_identifier string
$identifier string
$roles array Array of Roles associated with this Member