Skip to main content

users

Overview

Nameusers
TypeResource
Idgoogledevelopers.androidpublisher.users

Fields

NameDatatypeDescription
nextPageTokenstringA token to pass to subsequent calls in order to retrieve subsequent results. This will not be set if there are no more results to return.
usersarrayThe resulting users.

Methods

NameAccessible byRequired ParamsDescription
listSELECTdevelopersIdLists all users with access to a developer account.
createINSERTdevelopersIdGrant access for a user to the given developer account.
deleteDELETEdevelopersId, usersIdRemoves all access for the user to the given developer account.
patchEXECdevelopersId, usersIdUpdates access for the user to the developer account.