---
title: "在 Google Play Console 中授予服务账号权限"
description: "为服务账号授予权限，以实现安全高效的 API 访问。"
---

授予 Adapty 将用于管理订阅和验证购买的服务账号所需权限。

1. 在 Google Play Console 中打开 [**Users and permissions**](https://play.google.com/console/u/0/developers/8970033217728091060/users-and-permissions) 页面，然后点击 **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** 页面中，输入您已创建的服务用户的电子邮件地址。

   

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