What problem does it solve? Managing team access in Google Play Console requires navigating two distinct permission layers—account-wide users and per-app grants—and getting the JSON permission bodies and CLI flags right is error-prone. This Skill provides the exact gplay users and gplay grants commands, permission constants, and ready-made recipes to onboard, update, audit, and offboard team members correctly. ## Core Features & Use Cases - Account-wide user management: List, create, update, and delete developer account users with global permissions via gplay users, including optional expiration times and update masks. - Per-app access grants: Grant or revoke access to individual apps with gplay grants, following least-privilege practices instead of handing out global permissions. - Permission recipes: Pre-built JSON bodies for common roles such as read-only viewer, release manager, and finance, at both app and account level. - Use Case: A new contractor needs access to only one app's releases. Create the user with empty account-wide permissions, then add a per-app grant with CAN_ACCESS_APP and CAN_MANAGE_PUBLIC_APKS—no global exposure required. ## Quick Start Use the gplay-user-management skill to create a Google Play Console user for dev@example.com and grant them release management access to the app com.example.app.