---
title: "Cấp quyền cho service account trong Google Play Console"
description: "Cấp quyền cho service account để truy cập API an toàn và hiệu quả."
---

Cấp các quyền cần thiết cho service account mà Adapty sẽ sử dụng để quản lý gói đăng ký và xác thực các giao dịch mua.

1. Mở trang [**Users and permissions**](https://play.google.com/console/u/0/developers/8970033217728091060/users-and-permissions) trong Google Play Console và nhấn nút **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. Trong trang **Invite user**, nhập email của service account bạn đã tạo.

   

  <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. Chuyển sang tab **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. Chọn các quyền sau:
   - 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. Nhấn nút **Invite user**.
6. Trong cửa sổ **Send invite?**, nhấn nút **Send invite**. Service account sẽ xuất hiện trong danh sách người dùng.

**Bước tiếp theo**

- [Tạo file khóa service account trong Google Play Console](create-service-account-key-file)