> 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.
