Cloudflare\Organizations\Roles::roles PHP Method

roles() public method

List roles (permission needed: #organization:read) Get all available roles for an organization
public roles ( string $organization_identifier )
$organization_identifier string
    public function roles($organization_identifier)
    {
        return $this->get('/organizations/' . $organization_identifier . '/roles');
    }