79438317

Date: 2025-02-14 03:45:51
Score: 1
Natty:
Report link

I found a solution for this situation, and even for Terminated Developer Account.

List users

  1. Go to Google Play Developer API doc https://developers.google.com/android-publisher/api-ref/rest/v3/users/list .
  2. Open APIs Explorer on the right of page.
  3. Fill the parent field with format developers/<19 numbers> which can be found on the url when you open the Google Play Console.
  4. Make sure the Google OAuth 2.0 is checked.
  5. Click Execute button and finish the OAuth procedure.
  6. Users will list below. enter image description here enter image description here enter image description here

Delete users

  1. Go to Google Play Developer API doc https://developers.google.com/android-publisher/api-ref/rest/v3/users/delete .
  2. Open APIs Explorer on the right of page.
  3. Fill the name filed with format developers/<19 numbers>/users/<your dev account email> which can be found in user list in List users step.
  4. Make sure the Google OAuth 2.0 is checked.
  5. Click Execute button and finish the OAuth procedure.
  6. Returns HTTP 204 means success. enter image description here
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: London Alexander