> For the complete documentation index, see [llms.txt](https://docs.konnekt.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.konnekt.io/ja/troubleshooting/subscribe-a-subset-of-users.md).

# ユーザーの一部をサブスクライブする

テナント内の SharePoint Online ユーザーの一部に対して KONNEKT を購読することができます。詳細は当社の [ライセンスガイド](/ja/licensing.md) をご覧ください。

ただし、適切にご利用いただくために注意すべき点がいくつかあります。

* 購読ユーザーのみにライセンスキーを割り当てる
* 購読ユーザーがいるマシンにのみ KONNEKT をインストールする

## ライセンスを割り当てる

KONNEKT を購読しているユーザーだけがライセンスキーを持つようにしてください。これを実現するには、ライセンスキーをユーザー単位でのみ割り当ててください。

* すべてのマシンで、マシンレベルのライセンスキーを無効にしました。
* KONNEKT を購読しているすべてのユーザーについて、ユーザーレベルでライセンスキーを設定します。

ライセンスキーの設定方法の詳細は [こちらから](/ja/configuration/other/license-key-on-multi-user-environments.md).

## マシンで KONNEKT を無効にする

KONNEKT は、購読ユーザーがいるマシンにのみインストールしてください。

VDI のようなマルチユーザー システムでは、両方の種類のユーザー（購読済み／未購読）が作業するマシンがある場合があります。そのような場合、KONNEKT が未購読ユーザー用のアカウントを生成しないようにする必要があります。これは、未購読ユーザーに対してアカウント設定ウィザードを無効にすることで実現できます。詳細は [こちらから](/ja/configuration/system-settings/configure-konnekt-for-a-subset-of-users.md).

{% hint style="warning" %}
KONNEKT をマシンにインストールしたら、効果を持たせるために、ユーザーの初回ログイン前にアカウント設定ウィザードを無効にする必要があります。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.konnekt.io/ja/troubleshooting/subscribe-a-subset-of-users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
