Google Play Android Developer API: users. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherapi/reference/rest/v3/users
Google Play Android Developer API: users. Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it. See: https://developers.google.com/android-publisherapi/reference/rest/v3/users
(create$ auth parameters body)
https://developers.google.com/android-publisherapi/reference/rest/v3/users/create
Required parameters: parent
Optional parameters: none
Body:
{:name string, :email string, :accessState string, :expirationTime string, :partial boolean, :developerAccountPermissions [string], :grants [{:name string, :packageName string, :appLevelPermissions [string]}]}
Grant access for a user to the given developer account.
https://developers.google.com/android-publisherapi/reference/rest/v3/users/create Required parameters: parent Optional parameters: none Body: {:name string, :email string, :accessState string, :expirationTime string, :partial boolean, :developerAccountPermissions [string], :grants [{:name string, :packageName string, :appLevelPermissions [string]}]} Grant access for a user to the given developer account.
(delete$ auth parameters)
https://developers.google.com/android-publisherapi/reference/rest/v3/users/delete
Required parameters: name
Optional parameters: none
Removes all access for the user to the given developer account.
https://developers.google.com/android-publisherapi/reference/rest/v3/users/delete Required parameters: name Optional parameters: none Removes all access for the user to the given developer account.
(list$ auth parameters)
https://developers.google.com/android-publisherapi/reference/rest/v3/users/list
Required parameters: parent
Optional parameters: pageSize, pageToken
Lists all users with access to a developer account.
https://developers.google.com/android-publisherapi/reference/rest/v3/users/list Required parameters: parent Optional parameters: pageSize, pageToken Lists all users with access to a developer account.
(patch$ auth parameters body)
https://developers.google.com/android-publisherapi/reference/rest/v3/users/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:name string, :email string, :accessState string, :expirationTime string, :partial boolean, :developerAccountPermissions [string], :grants [{:name string, :packageName string, :appLevelPermissions [string]}]}
Updates access for the user to the developer account.
https://developers.google.com/android-publisherapi/reference/rest/v3/users/patch Required parameters: name Optional parameters: updateMask Body: {:name string, :email string, :accessState string, :expirationTime string, :partial boolean, :developerAccountPermissions [string], :grants [{:name string, :packageName string, :appLevelPermissions [string]}]} Updates access for the user to the developer account.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close