---
title: "特定の顧客にアクセスレベルを付与する"
description: "Adaptyの高度なツールを使用して、顧客に特定のアクセスレベルを割り当てます。"
---

Adapty ダッシュボードから、特定の顧客のアクセスレベルを手動で調整できます。これはサポート対応などの場面で特に便利です。たとえば、素晴らしいレビューを投稿してくれたお礼として、ユーザーのプレミアム利用期間を1週間延長したい場合などに活用できます。

## Adapty ダッシュボードで特定の顧客にアクセスレベルを付与する \{#give-access-level-to-a-specific-customer-in-the-adapty-dashboard\}

1. Adapty のメインメニューから **[Profiles and Segments](https://app.adapty.io/placements)** に移動します。

   

  <img src="/assets/shared/img/profiles-list.png"
  style={{
    border: '1px solid #727272', /* border width and color */
    width: '700px', /* image width */
    display: 'block', /* for alignment */
    margin: '0 auto' /* center alignment */
  }}
/>

2. アクセスを付与したい顧客をクリックします。

3. **Add access level** をクリックします。

   

  <img src="/assets/shared/img/add-access-level.png"
  style={{
    border: '1px solid #727272', /* border width and color */
    width: '700px', /* image width */
    display: 'block', /* for alignment */
    margin: '0 auto' /* center alignment */
  }}
/>

4. 付与するアクセスレベルと、その顧客に対する有効期限を選択します。

5. **Apply** をクリックします。

## API で特定の顧客にアクセスレベルを付与する \{#give-access-level-to-a-specific-customer-via-api\}

Adapty API を使用して、サーバーから顧客にアクセスレベルを付与することもできます。紹介報酬やプロダクトに関連するその他のイベントに対してボーナスを提供する場合に便利です。詳しくは [サーバーサイド API でアクセスレベルを付与する](api-adapty/operations/grantAccessLevel) のページをご覧ください。