gplay-user-management

Manage users and grants in Google Play Console with gplay commands.

43|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-user-management
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gplay-user-management
Source: https://github.com/tamtom/gplay-cli-skills/tree/main/skills/gplay-user-management
Command: npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-user-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of users, roles, and app-specific permissions within your Google Play Console account, ensuring secure and efficient team collaboration.

Core Features & Use Cases

  • User Management: Add, update, and remove users from your developer account with defined roles.
  • Grant Management: Assign specific app-level permissions to users, adhering to the principle of least privilege.
  • Use Case: Onboard a new developer by creating their account, assigning them a custom role, and granting them release management permissions for a specific application.

Quick Start

Use the gplay-user-management skill to create a new user with the email 'new.developer@example.com' and the role 'viewer' for developer ID '1234567890'.

Frequently Asked Questions about gplay-user-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Google Play Console users and grants?▼

You can manage Google Play Console users and grants by executing `gplay users` and `gplay grants` commands to add, update, or remove developer account access and assign app-level permissions.

What's the best way to assign app-level permissions in my developer account?▼

The best way to assign app-level permissions is using grant management commands to configure specific app access for users, ensuring access control adheres to the principle of least privilege.

Do I need authentication credentials to configure access control for the Play Console?▼

Yes, you need valid authentication credentials and your developer account ID to execute user management and grant assignment operations within the Google Play Console.

Can I onboard a new developer and assign them a custom role in the Play Console?▼

Yes, you can onboard a new developer by creating their user account with a specified email, assigning a defined role like 'viewer', and granting release management permissions for specific applications.

Why use the gplay CLI for Google Play Console user management instead of the web interface?▼

Using the gplay CLI for user management streamlines administrative tasks for developer account access control, allowing you to efficiently automate role assignment and app-level permission configuration across your team.