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

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

Invitation details (permission needed: #organization:read) Get the details of an invitation
public details ( string $organization_identifier, string $identifier )
$organization_identifier string
$identifier string
    public function details($organization_identifier, $identifier)
    {
        return $this->get('/organizations/' . $organization_identifier . '/invites/' . $identifier);
    }