Cloudflare\User\Organizations::details PHP Метод

details() публичный Метод

Organization details (permission needed: #organizations:read) Get a specific organization the user is associated with
public details ( string $identifier )
$identifier string
    public function details($identifier)
    {
        return $this->get('/user/organizations/' . $identifier);
    }