---
title: "Предоставление прав сервисному аккаунту в Google Play Console"
description: "Предоставьте права сервисным аккаунтам для безопасного и эффективного доступа через API."
---

Предоставьте необходимые права сервисному аккаунту, который Adapty будет использовать для управления подписками и валидации покупок.

1. Откройте страницу [**Users and permissions**](https://play.google.com/console/u/0/developers/8970033217728091060/users-and-permissions) в Google Play Console и нажмите кнопку **Invite new users**.

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

2. На странице **Invite user** введите email сервисного пользователя, которого вы создали.

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

3. Перейдите на вкладку **Account permissions**.

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

4. Выберите следующие права:
   - View app information and download bulk reports (read-only)
   - View financial data, orders, and cancellation survey responses
   - Manage orders and subscriptions
   - Manage store presence
5. Нажмите кнопку **Invite user**.
6. В окне **Send invite?** нажмите кнопку **Send invite**. Сервисный аккаунт появится в списке пользователей.

**Что дальше**

- [Создайте файл ключа сервисного аккаунта в Google Play Console](create-service-account-key-file)