users
Overview
Name | users |
Type | Resource |
Id | googledevelopers.androidpublisher.users |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | A 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. |
users | array | The resulting users. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | developersId | Lists all users with access to a developer account. |
create | INSERT | developersId | Grant access for a user to the given developer account. |
delete | DELETE | developersId, usersId | Removes all access for the user to the given developer account. |
patch | EXEC | developersId, usersId | Updates access for the user to the developer account. |